JustLastMan

Config for 0.2 version

Sep 2nd, 2021 (edited)
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. # Config of plugin ChestActions
  2. # To use colors write §
  3.  
  4. #Prefix for all messages of the ChestActions plugin
  5. msgprefix: "§6[ChestAct] §7"
  6.  
  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.  
  10. #Message when the chest is opened using the command with coordinates
  11. open-with-crds: "The chest is open."
  12.  
  13. #Message when a chest is opened with a command, when the player was looking at it
  14. open-with-target: "The chest is open."
  15.  
  16. #Error message when the block at the entered coordinates is not a chest
  17. block-not-chest-in-crds: "The block at the given coordinates is not a chest."
  18.  
  19. #Error message when the block the player is looking at is not a chest or is too far away
  20. block-not-chest-in-target: "The block you are looking at is not a chest or is too far away."
  21.  
  22. #Insufficient or excessive number of arguments in a command
  23. required-all-args: "Requires 3 coordinate values (x, y, z). You specified {ARGS_COUNT}. Usage: /chest <x> <y> <z> [no messages: true]"
  24.  
  25. #Message when a command is executed on behalf of another player
  26. cmd-launched-by-player: "The command was successfully executed on behalf of the player {TARGET_PLAYER}."
  27.  
  28. #Error message when the entered player's nickname is not found
  29. player-not-found: "Player {TARGET_PLAYER} was not found."
  30.  
  31. #Error message when there are not enough arguments in the command
  32. cmd-required-all-args: "Requires player nickname and command (without «/»). Usage: /chestactions-execute <player> <command>"
  33.  
  34. #The maximum allowable distance at which the player can open the chest using aiming (/chest-target)
  35. target-distance: 6
  36.  
  37. #Message when reloading plugin configuration
  38. plugin-reload: "Plugin configuration has been reloaded."
  39.  
  40. #Message when a player tries to launch a command to which he does not have permission
  41. permission-required: "§c Insufficient rights."
Advertisement
Add Comment
Please, Sign In to add comment