Advertisement
Guest User

Cmds Erklären | Teil 1

a guest
Jul 19th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. Made by AbonniertHD
  2.  
  3. ChatEx Permissions:
  4. - chatex.allowchat (Gibt Spielern schreib/chat Rechte)
  5.  
  6. MyChat Permissions:
  7. - Habe die von Google :D
  8.  
  9. mychat.*:
  10. description: Gives you access to all of the powers plugin MyChat.
  11. children:
  12. mychat.chat.command: true
  13. mychat.bypass.mute: true
  14. mychat.command.mute: true
  15. mychat.bypass.color: true
  16. mychat.bypass.slowmode: true
  17. mychat.chat: true
  18. mychat.chat.command:
  19. default: op
  20. mychat.bypass.mute:
  21. default: op
  22. mychat.command.mute:
  23. default: op
  24. mychat.bypass.color:
  25. default: op
  26. mychat.bypass.slowmode:
  27. default: op
  28. mychat.chat:
  29. default: op
  30.  
  31. MyCommand:
  32. wieder von google :D
  33. #Commands: Infos: Permissions:
  34. /mycmd > Show this command list in the game mycommand.mycmd
  35. /mycmd list > Show all created custom commands //
  36. /mycmd check > Show info(s) about custom commands //
  37. /mycmd-reload > Reload the config file(s) mycommand.reload
  38. /mycmd-edit > In-game Config manager mycommand.edit
  39. /mycmd-blockset > Launch a command by block mycommand.block.set
  40. /mycmd-itemset > Launch a command by item mycommand.item.set
  41. /mycmd-runas > Run commands as someone else or console mycommand.runas
  42. /mycmd-scheduler > Scheduler commands. mycommand.scheduler
  43. /mycmd-variables > Make Custom variables mycommand.variables
  44. /mycmd-playerdata > Manage playerdata.yml mycommand.playerdata
  45. /mycmd-book > Launch commands from book mycommand.book
  46. /mycmd-signs > Run(s) commands by signs. mycommand.sign.set
  47. /mycmd tell > Send a message to yourself //
  48. /mycmd btell > Send a broadcast message to all players. //
  49. /mycommand > Credits mycommand.mycommand
  50. /emptycommand > None mycommand.emptycommand
  51.  
  52. Beim Ordner Commands oder so das hier einfügen z.b.:
  53. 'playtime1':
  54. command: /onlinezeit
  55. type: ALIAS
  56. alias: /playtime
  57. permission-required: false
  58. 'gamemode1':
  59. command: /spielmodus 1
  60. type: ALIAS
  61. alias: /gamemode 1
  62. permission-required: true
  63.  
  64.  
  65. Made by AbonniertHD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement