Advertisement
turt2live

messages.yml

Apr 9th, 2012
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.00 KB | None | 0 0
  1. # This is where messages for AntiShare would go,
  2. # such as when someone breaks a bock they are not
  3. # allowed to.
  4. #
  5. # None of the keys are final, and may be changed!
  6. #
  7. # This first part is for when someone "illegally"
  8. # does something (eg: place a block that they cannot
  9. # place)
  10. blocked-action:
  11.   break-block: "Nope!"
  12.   place-block: "Nope!"
  13.   die-with-item: "Nope!"
  14.   drop-item: "Nope!"
  15.   pickup-item: "Nope!"
  16.   right-click: "Nope! Can't click that!"
  17.   use-item: "Nu-uh!"
  18.   creative-block-break: "You can't break creative player's blocks!"
  19.   survival-block-break: "You can't break survival player's blocks!"
  20.   hit-player: "{PLAYER} can't be hit!"
  21.   hit-mob: "{MOB} can't be hit!"
  22.   command: "That command is blocked!"
  23. # Now we move into general stuff.
  24. general:
  25.   inventory-gamemode-switch: "You were switched to your {GAMEMODE} inventory"
  26.   inventory-world-swtich: "You were switched to your {WORLD} inventory!"
  27.   break-block-that-will-give-no-drops: "You will not get items from breaking that!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement