EtnoCraft

MyCommand 5.3.4 - Configuración

Dec 2nd, 2016
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. #-----------------------------------------------------------------------------------------------------------#
  2. # MyCommand Plugin config file (last update v5.3.3) #
  3. # #
  4. # BukkitDev Help page : http://dev.bukkit.org/server-mods/mycommand/ #
  5. # #
  6. # With the listener, you can disable completely plugin parts. Put true for active and false for deactive it #
  7. # The vehicle listener, it's used only for DETECTOR_RAIL Material. #
  8. # The Move listener instead, it's used for WarmUps. #
  9. # DELAY_SEC in Signs and Block it's used for prevent the command floods. Put it on 0, for disable it. #
  10. # The Economy function require the Vault plugin. Download it here : http://dev.bukkit.org/server-mods/vault/# #
  11. #-----------------------------------------------------------------------------------------------------------#
  12. LISTENERS:
  13. # Active this if you want use the /mycmd-blockset features.
  14. BLOCK_LISTENER: true
  15. # This allow you to execute commands from the ChatListener, Example, without the slash / prefix.
  16. CHAT_LISTENER: false
  17. # Active this for use the custom commands in-game
  18. CUSTOM_COMMANDS_GAME: true
  19. # Active the ConsoleListener for allow you to execute custom commands from the console.
  20. CUSTOM_COMMANDS_CONSOLE: true
  21. # Extra Listener, provide you to execute commands on some extra events. Check playerevents.yml
  22. EXTRA_LISTENER: true
  23. # Enable this if you want use the /mycmd-itemset feature.
  24. ITEM_LISTENER: true
  25. # Active the move listener for cancel WARMUPs (only warm-up type command)
  26. MOVE_LISTENER: false
  27. # Needed for utilize the /mycmd-npcs feature.
  28. NPCS_LISTENER: true
  29. # This allow to use some place-holders for the bungee_cord.
  30. PLUGIN_MESSAGE_LISTENER: false
  31. # The Sign listener allow the use of [MyCmd] signs.
  32. SIGN_LISTENER: true
  33. # The Vehicle listener it's used only for the DETECTOR_RAIL Material in block-set feature.
  34. VEHICLE_LISTENER: false
  35. #Determinate how many $args can be in a command.
  36. COMMANDS:
  37. MAX_ARGUMENTS: 9
  38. DEBUG:
  39. GAME: false
  40. CONSOLE: true
  41. DISABLE_PERMISSIONS: false
  42. USE_UUID_FOR_PLAYERDATA: true
  43. USE_NAME_INSTEAD_OF_ID_IN_THE_PERMISSION_NAME: true
  44. USE_THE_UPDATER: true
  45. ECONOMY:
  46. ALLOW_DEBT: false
  47. SCHEDULER:
  48. ENABLED: false
  49. DATE_FORMAT: "d M yyyy"
  50. FIRST_CHECK_AFTER_SEC: 60
  51. LAUNCH_CHECK_ON_EVERY_N_MIN: 60
  52. SIGNS:
  53. HEADER: "[Comando]"
  54. DELAY_SEC: 5
  55. NPCS:
  56. DELAY_SEC: 3
  57. BLOCKS:
  58. DELAY_SEC: 5
  59. MATERIAL:
  60. RIGHT_CLICK_INTERACTION:
  61. - LEVER
  62. - STONE_BUTTON
  63. - WOOD_BUTTON
  64. - WOODEN_DOOR
  65. PHYSICAL_INTERACTION:
  66. - STONE_PLATE
  67. - WOOD_PLATE
  68. - DETECTOR_RAIL
Advertisement
Add Comment
Please, Sign In to add comment