Advertisement
Guest User

RC Config

a guest
Jun 26th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. #DO NOT CHANGE
  2. configver: 1
  3. #RandomCommand config
  4. #write the list of commands with out the slash and in quotes
  5. #You may make multiple lists of commands
  6. #EX:
  7. #list1:
  8. #- "say this is list one"
  9. #list2:
  10. #- "say this is list two"
  11. #EX:
  12. #you would type restart not /restart
  13. #{name} will be replaced with the player name
  14. #you use it by doing the command /rc <listname> <name>
  15. #you can chose if you want to use %s or not
  16. #if you want to use %
  17. #you add the % by separating the percentage with a :
  18. #the plugin goes top to bottom and in order to guarantee things happen the way you want them to put the items in the order of the percentage you want them to go in
  19. #to guarantee something happens at something that has a %100 chance at the bottom
  20. #EX:
  21. #commands:
  22. #- "10:say {name} is epic"
  23. #- "50:say {name} is cool"
  24. #- "100:say {name}"
  25. #this will broadcast the name of the player with maybe other stuff
  26. #if you don’t want to use % it will chose a random command and they all have equal chance
  27. #if you want to have 2 commands in 1 option you can seperate them with a ; WITH NO SPACES
  28. #if you want to use something else you can change it under commandsplitcharacter
  29. #EX:
  30. #commands:
  31. #- "say 1;say 2"
  32. #- "say 3;say 4"
  33. #this will either broadcast 1 & 2 or 3 & 4
  34. use%: true
  35. #NOTE: PLUGIN ONLY SUPPORTS 2 COMMANDS PER OPTION RIGHT NOW
  36. commandsplitcharacter: ";"
  37.  
  38. commands:
  39. - "10:say {name} is epic"
  40. - "50:say {name} is cool"
  41. - "100:say {name}"
  42.  
  43. commands2:
  44. - "say 1;say 2"
  45. - "say 3;say 4"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement