Advertisement
elving

Untitled

Apr 22nd, 2014
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. #disabledCommands: put here the AdminCmd command you want to disable. Any alias will work.
  2. #prioritizedCommands: commands that you want AdminCmd to take over any other plugins.
  3. #aliases: you can create new command alias for any AdminCmd command. You can also set some argument to it.
  4. #dontLogCommands: these command won't be logged in the server.log when you use the chose to log the command in the configuration file.
  5.  
  6. disabledCommands: []
  7. prioritizedCommands:
  8. - reload
  9. - /
  10. - stop
  11. aliases:
  12. heal:
  13. h: ''
  14. fly:
  15. ofly: -o
  16. egg:
  17. grenade: -E ExplosionEgg
  18. god:
  19. gg: ''
  20. gd: ''
  21. tell:
  22. msg: ''
  23. private: ''
  24. enchant:
  25. ench: ''
  26. mem:
  27. amem: ''
  28. repair:
  29. fix: ''
  30. warpcreate:
  31. setwarp: ''
  32. openinv:
  33. oinv: ''
  34. onNewJoin:
  35. - /kit start
  36. - /motd
  37. dontLogCommands:
  38. - reply
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement