JustLastMan

Config for 0.3 and 0.4 versions

Sep 5th, 2021 (edited)
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. # Config of plugin ChestActions
  2. # To use colors write §
  3. #Prefix for all messages of the ChestActions plugin
  4. msgprefix: "§6[ChestAct] §7"
  5. #Do I need to send a message if the version of the plugin used is out of date
  6. update-message-on-start: true
  7. #Error message when a non-numeric coordinate value is entered
  8. open-crds-error: "The coordinates entered are not valid. Usage: /chest <x> <y> <z> [no messages: true]"
  9. #Message when the chest is opened using the command with coordinates
  10. open-with-crds: "The chest is open."
  11. #Message when a chest is opened with a command, when the player was looking at it
  12. open-with-target: "The chest is open."
  13. #Message when a chest with saved coordinates is opened using the command (/chest-open)
  14. open-saved-chest: "The chest is open."
  15. #Error message when the block at the entered coordinates is not a chest
  16. block-not-chest-in-crds: "The block at the given coordinates is not a chest."
  17. #Error message when the block the player is looking at is not a chest or is too far away
  18. block-not-chest-in-target: "The block you are looking at is not a chest or is too far away."
  19. #Insufficient or excessive number of arguments in a command
  20. required-all-args: "Requires 3 coordinate values (x, y, z). You specified {ARGS_COUNT}. Usage: /chest <x> <y> <z> [no messages: true]"
  21. #Not enough arguments in command (/chest-open)
  22. absent-arguments-in-saved-chest-opening: "Not enough arguments. Use /chest-open <name of saved chest> [no messages: true]"
  23. #Message when a command is executed on behalf of another player
  24. cmd-launched-by-player: "The command was successfully executed on behalf of the player {TARGET_PLAYER}."
  25. #Error message when the entered player's nickname is not found
  26. player-not-found: "Player {TARGET_PLAYER} was not found."
  27. #Error message when there are not enough arguments in the command
  28. cmd-required-all-args: "Requires player nickname and command (without «/»). Usage: /chest-execute <player> <command>"
  29. #The maximum allowable distance at which the player can open the chest using aiming (/chest-target)
  30. target-distance: 6
  31. #Message when the player runs the command to open a chest with saved coordinates, but the name entered does not exist or the block in the saved coordinates is not a chest
  32. no-chest: "The chest you are trying to open is missing"
  33. #Message when reloading plugin configuration
  34. plugin-reload: "Plugin configuration has been reloaded."
  35. #Message when a player tries to launch a command to which he does not have permission
  36. permission-required: "§cInsufficient rights."
  37. #allow chest
  38. allow-chest: true
  39. #allow ender-chest
  40. allow-ender-chest: true
  41. #allow workbench
  42. allow-workbench: true
  43. #Saved coordinates of chests
  44. saved-chests:
  45. example:
  46. x: -364
  47. y: 64
  48. z: -64
  49. second-example:
  50. x: 1289
  51. y: 80
  52. z: 10
  53. third-example:
  54. x: 12345
  55. y: 75
  56. z: -82
Advertisement
Add Comment
Please, Sign In to add comment