Advertisement
AchyMake

message.yml

Apr 27th, 2023
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.59 KB | Gaming | 0 0
  1. command:
  2.   chunk:
  3.     claim:
  4.       error:
  5.         protected: '&cChunk is claimed by Server'
  6.         owned: '&cYou already own this Chunk'
  7.         claimed: '&cChunk is already owned by&f {0}'
  8.         insufficient-funds: '&cYou do not have&a {0}&c to claim this Chunk'
  9.         reached-limit: '&cYou reached your limit of&f {0}&c claims'
  10.       success: '&6You claimed a Chunk for&a {0}'
  11.     help:
  12.       title: '&6Chunk Help:'
  13.       claim: /chunk claim &7- claims current chunk
  14.       help: /chunk help &7- show this list
  15.       members:
  16.       - /chunk members &7- check members
  17.       - /chunk members add player &7- Add player to members
  18.       - /chunk members remove player &7- Remove player from members
  19.       tnt: /chunk tnt &7- toggle tnt
  20.       unclaim: /chunk unclaim &7- unclaims current chunk
  21.     members:
  22.       empty: '&6You do not have any members'
  23.       title: '&6Members:'
  24.       listed: '- {0}'
  25.       add:
  26.         error:
  27.           member: '{0}&c is already a member'
  28.         success: '{0}&6 is added to members'
  29.       remove:
  30.         error:
  31.           non-member: '{0}&c is not a member'
  32.         success: '{0}&6 is removed from members'
  33.     tnt:
  34.       error:
  35.         protected: '&cChunk is protected by Server'
  36.         claimed: '&cChunk is owned by&f {0}'
  37.         unclaimed: '&cChunk is unclaimed'
  38.       enabled: '&6Chunk enabled TNT'
  39.       disabled: '&6Chunk disabled TNT'
  40.     unclaim:
  41.       error:
  42.         protected: '&cChunk is protected by&f Server'
  43.         claimed: '&cChunk is owned by&f {0}'
  44.         unclaimed: '&cChunk is already unclaimed'
  45.       success: '&6You unclaimed a chunk and got refunded&a {0}'
  46.   chunks:
  47.     delete:
  48.       success: '&6You safely unclaimed&f {0}&6''s Chunk'
  49.       error: '&6Chunk is already unclaimed'
  50.     edit:
  51.       enabled: '&6You entered Chunk Edit'
  52.       disabled: '&6You Exited Chunk Edit'
  53.     effect:
  54.       claim: '&6Started the effects of Claiming Chunks'
  55.       unclaim: '&6Started the effects of Unclaiming Chunks'
  56.     help:
  57.       title: '&6Chunks Help:'
  58.       delete: /chunks delete &7- Safely unclaims a chunk
  59.       edit: /chunks edit &7- toggle chunk edit
  60.       effect: /chunks effect claim &7- start effect of claiming
  61.       help: /chunks help &7- check this list
  62.       info: /chunks info &7- check chunk info
  63.       protect: /chunks protect &7- protect chunk
  64.       reload: /chunks reload &7- reload files
  65.       unprotect: /chunks unprotect &7- unprotect a chunk
  66.     info:
  67.       owner: '&6Chunk Owner:&f {0}'
  68.       date-claimed: '&6Date Claimed:&f {0}'
  69.       members:
  70.         none: '{0}&6 has no members'
  71.         title: '&6Members:'
  72.         listed: '- {0}'
  73.     protect:
  74.       error:
  75.         protected: '&cChunk is already protected by Server'
  76.         claimed: '&cChunk is owned by&f {0}'
  77.       success: '&6Chunk is now protected by Server'
  78.     reload: '&6Chunks reloaded'
  79.     unprotect:
  80.       error:
  81.         unprotected: '&cChunk is already unprotected'
  82.         claimed: '&cChunk is owned by&f {0}'
  83.       success: '&6Chunk is now unprotected'
  84. event:
  85.   visit: '&6Visiting&f {0}&6''s Chunk'
  86.   exit: '&6Exiting&f {0}&6''s Chunk'
  87.   change-block:
  88.     claimed: '&cYou are not allowed to change blocks on&f {0}&c''s Chunk'
  89.     protected: '&cYou are not allowed to change blocks on&f Server&c''s Chunk'
  90.   block-break:
  91.     claimed: '&cYou are not allowed to break blocks on&f {0}&c''s Chunk'
  92.     protected: '&cYou are not allowed to break blocks on&f Server&c''s Chunk'
  93.   block-place:
  94.     claimed: '&cYou are not allowed to place blocks on {0}&c''s Chunk'
  95.     protected: '&cYou are not allowed to place blocks on&f Server&c''s Chunk'
  96.   bucket-empty:
  97.     claimed: '&cYou are not allowed to empty buckets on&f {0}&c''s Chunk'
  98.     protected: '&cYou are not allowed to empty buckets on&f Server&c''s Chunk'
  99.   bucket-fill:
  100.     claimed: '&cYou are not allowed to fill buckets on&f {0}&c''s Chunk'
  101.     protected: '&cYou are not allowed to fill buckets on&f Server&c''s Chunk'
  102.   damage:
  103.     claimed: '&cYou are not allowed to damage&f {0}&c''s Mobs'
  104.     protected: '&cYou are not allowed to damage&f Server&c''s Mobs'
  105.   interact:
  106.     claimed: '&cYou are not allowed to interact on&f {0}&c''s Chunk'
  107.     protected: '&cYou are not allowed to interact&f Server&c''s Chunk'
  108.   bed-enter:
  109.     claimed: '&cYou are not allowed to enter bed on&f {0}&c''s Chunk'
  110.     protected: '&cYou are not allowed to enter bed on&f Server&c''s Chunk'
  111.   interact-entity:
  112.     claimed: '&cYou are not allowed to interact&f {0}&c''s Mobs'
  113.     protected: '&cYou are not allowed to interact&f Server&c''s Mobs'
  114.   damaged:
  115.     tamed: '&cYou are not allowed to damage&f {0}&c''s pets'
Tags: chunks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement