Advertisement
RokiJack1326

aaa

Jan 28th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 KB | None | 0 0
  1. #-----------------------------------------------------------------------------------------------------------#
  2. #-----------------------------------------------------------------------------------------------------------#
  3. # MyCommand Commands config file (last update v5.3.0) #
  4. # #
  5. # BukkitDev Help page : http://dev.bukkit.org/server-mods/mycommand/pages/configuration-and-example #
  6. # #
  7. # How to make a command : (See an example command below) #
  8. # For first, put your command name on first line #
  9. # Now put your command_line name after the "command:" line. Don't forget the '/' before your command. #
  10. # So, now select your command type from a predefined list putting it after "type" line #
  11. # COMMAND TYPE LIST : #
  12. # TEXT , ALIAS , RUN_COMMAND , BROADCAST_TEXT , RUN_COMMAND_TEXT , RUN_COMMAND_BROADCAST_TEXT #
  13. # ADD_PERMISSION , WARMUP , COOLDOWN , RUN_CONSOLE , RUN_CONSOLE_RANDOM , SPOUT_TEXT #
  14. # RUN_COMMAND_RANDOM , RUN_ASOPERATOR , ICON_MENU , SCOREBOARD , BUNGEE_TP , SPOUT_NOTIFICATION #
  15. # BAR_API_TEXT , BAR_API_BROADCAST_TEXT , CALL_URL, TITLE, BROADCAST_TITLE, ACTION_BAR #
  16. # #
  17. # If your command is "TEXT" type, you can put multiple line of text below this parameter #
  18. # You can do the same thing with the "RUNCOMMAND" type, but instead of text, puts commands in this list #
  19. # For delayed command(s) add $delay$ before the command in runcmd Example : - $delay$/list #
  20. # Set delay time with delaytimer: 5 (5 = seconds) | #
  21. # If you are using the Vault plugin, you can put the "cost: 123.0" with this line. #
  22. # You can customize your permission node by placing "permission-node:" field in a command #
  23. # Also,you can change the permission error message with "permission-error:" #
  24. # Custom error-message for invalid args ,put "error-message:" line in a command. #
  25. # You can use itemcost : 'ID:AMOUNT' for set a cost with items. #
  26. # Register REAL commands putting "register: true" below the command. #
  27. # With register commands you can use the "tab_completer: - Hi - Hello!" #
  28. # For Scripts and more features, find more on the bukkitdev page #
  29. #-----------------------------------------------------------------------------------------------------------#
  30. gamemode_alias:
  31. command: /gm
  32. type: ALIAS
  33. alias: /gamemode
  34. permission-required: true
  35. uranai:
  36. command: /uj
  37. type: RUN_AS_OPERATOR
  38. runcmd:
  39. - /scoreboard players tag $arg1 add 占いターゲット
  40. itemcost: "DIAMOND:5"
  41. success-message: "占い師の権利を消費しました"
  42. error-message: "このコマンドの実行には占い師の権利が5個必要です"
  43. permission-required: false
  44. CO_J:
  45. command: /co_j
  46. type: BROADCAST-TEXT
  47. text:
  48. - '&a$playerさんが&4人狼CO&aしました'
  49. permission-required: false
  50. CO_K:
  51. command: /co_k
  52. type: BROADCAST-TEXT
  53. text:
  54. - '&a$playerさんが&4狂人CO&aしました'
  55. permission-required: false
  56. CO_T:
  57. command: /co_t
  58. type: BROADCAST-TEXT
  59. text:
  60. - '&a$playerさんが&b探偵CO&aしました'
  61. permission-required: false
  62. CO_U:
  63. command: /co_u
  64. type: BROADCAST-TEXT
  65. text:
  66. - '&a$playerさんが&b占い師CO&aしました'
  67. permission-required: false
  68. CO_S:
  69. command: /co_s
  70. type: BROADCAST-TEXT
  71. text:
  72. - '&a$playerさんが&b市民CO&aしました'
  73. permission-required: false
  74. JG_s:
  75. command: /JG_start
  76. type: ALIAS
  77. alias: /setblock -2996 64 -559 minecraft:redstone_block
  78. permission-required: true
  79. JG_r:
  80. command: /JG_reset
  81. type: ALIAS
  82. alias: /setblock -3009 60 -566 minecraft:redstone_block
  83. permission-required: true
  84. gamemode:
  85. command: /jg_Slot
  86. type: ALIAS
  87. alias: /setblock -3019 59 -561 minecraft:redstone_block
  88. permission-required: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement