mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-26 20:55:41 +01:00
Generalize protection messages (#1001)
Implements #1000 * Generalize protection flag messages and rewrite some entries * Fix enchantment name
This commit is contained in:
parent
df9b3f75dd
commit
947f9fb997
@ -24,7 +24,7 @@ general:
|
||||
player-has-no-island: "&cThat player has no island!"
|
||||
already-have-island: "&cYou already have an island!"
|
||||
no-safe-location-found: "&cCould not find a safe spot to teleport you to on the island."
|
||||
not-owner: "&cYou are not the owner of your island!"
|
||||
not-owner: "&cYou are not the owner of the island!"
|
||||
not-in-team: "&cThat player is not in your team!"
|
||||
offline-player: "&cThat player is offline or doesn't exist."
|
||||
unknown-player: "&c[name] is an unknown player!"
|
||||
@ -655,19 +655,19 @@ protection:
|
||||
BREWING:
|
||||
description: "Toggle interaction"
|
||||
name: "Brewing stands"
|
||||
hint: "No brewing allowed"
|
||||
hint: "Brewing disabled"
|
||||
BUCKET:
|
||||
description: "Toggle interaction"
|
||||
name: "Buckets"
|
||||
hint: "No bucket use allowed"
|
||||
hint: "Bucket use disabled"
|
||||
BUTTON:
|
||||
description: "Toggle button use"
|
||||
name: "Buttons"
|
||||
hint: "No button use allowed"
|
||||
hint: "Button use disabled"
|
||||
CAKE:
|
||||
description: "Cake eating disabled"
|
||||
description: "Toggle cake interaction"
|
||||
name: "Cakes"
|
||||
hint: "Toggle cake interaction"
|
||||
hint: "Cake eating disabled"
|
||||
CONTAINER:
|
||||
name: "Containers"
|
||||
description: |-
|
||||
@ -700,7 +700,7 @@ protection:
|
||||
CHORUS_FRUIT:
|
||||
description: "Toggle teleportation"
|
||||
name: "Chorus fruits"
|
||||
hint: "No teleporting"
|
||||
hint: "Chorus fruit teleporting disabled"
|
||||
CLEAN_SUPER_FLAT:
|
||||
description: |-
|
||||
&aEnable to clean any
|
||||
@ -725,29 +725,29 @@ protection:
|
||||
&aToggle collecting water
|
||||
&a(override Buckets)
|
||||
name: "Collect water"
|
||||
hint: "No water collection"
|
||||
hint: "Water buckets disabled"
|
||||
COMMAND_RANKS:
|
||||
name: "&eCommand Ranks"
|
||||
description: "&aConfigure command ranks"
|
||||
CRAFTING:
|
||||
description: "Toggle use"
|
||||
name: "Workbenches"
|
||||
hint: "No workbench use"
|
||||
hint: "Workbench access disabled"
|
||||
CREEPER_DAMAGE:
|
||||
description: "Toggle creeper damage"
|
||||
name: "Creeper damage"
|
||||
CREEPER_GRIEFING:
|
||||
description: "Toggle creeper griefing"
|
||||
name: "Creeper griefing"
|
||||
hint: "No creeper griefing allowed"
|
||||
hint: "Creeper griefing disabled"
|
||||
CROP_TRAMPLE:
|
||||
description: "Toggle crop trampling"
|
||||
name: "Trample crops"
|
||||
hint: "Crops are protected"
|
||||
hint: "Crop trampling disabled"
|
||||
DOOR:
|
||||
description: "Toggle door usage"
|
||||
name: "Use doors"
|
||||
hint: "No door use"
|
||||
hint: "Door interaction disabled"
|
||||
DRAGON_EGG:
|
||||
name: "Dragon Egg"
|
||||
description: |-
|
||||
@ -755,19 +755,19 @@ protection:
|
||||
|
||||
&cThis does not protect it from being
|
||||
&cplaced or broken.
|
||||
hint: "No Dragon Egg interaction"
|
||||
hint: "Dragon egg interaction disabled"
|
||||
DYE:
|
||||
description: "Prevent dye use"
|
||||
name: "Dye use"
|
||||
hint: "No dying allowed"
|
||||
hint: "Dying disabled"
|
||||
EGGS:
|
||||
description: "Toggle egg throwing"
|
||||
name: "Egg throwing"
|
||||
hint: "No egg throwing"
|
||||
hint: "Egg throwing disabled"
|
||||
ENCHANTING:
|
||||
description: "Toggle use"
|
||||
name: "Enchanting table"
|
||||
hint: "No table use"
|
||||
hint: "Enchantment tables disabled"
|
||||
ENDER_CHEST:
|
||||
description: "Toggle use/crafting"
|
||||
name: "Ender Chests"
|
||||
@ -786,7 +786,7 @@ protection:
|
||||
ENDER_PEARL:
|
||||
description: "Toggle use"
|
||||
name: "EnderPearls"
|
||||
hint: "No enderpearl use"
|
||||
hint: "Enderpearl use disabled"
|
||||
ENTER_EXIT_MESSAGES:
|
||||
description: "Display entry and exit messages"
|
||||
island: "[name]'s island"
|
||||
@ -796,7 +796,7 @@ protection:
|
||||
EXPERIENCE_BOTTLE_THROWING:
|
||||
name: "Experience bottle throwing"
|
||||
description: "Toggle throwing experience bottles."
|
||||
hint: "Not allowed to throw experience bottles"
|
||||
hint: "Experience bottles disabled"
|
||||
FIRE_BURNING:
|
||||
name: "Fire burning"
|
||||
description: |-
|
||||
@ -805,7 +805,7 @@ protection:
|
||||
FIRE_EXTINGUISH:
|
||||
description: "Toggle extinguishing fires"
|
||||
name: "Fire extinguish"
|
||||
hint: "No fire extinguishing allowed"
|
||||
hint: "Extinguishing fire disabled"
|
||||
FIRE_IGNITE:
|
||||
name: "Fire ignition"
|
||||
description: |-
|
||||
@ -819,21 +819,21 @@ protection:
|
||||
FISH_SCOOPING:
|
||||
name: "Fish Scooping"
|
||||
description: "Allow scooping of fishes using a bucket"
|
||||
hint: "No scooping of fishes"
|
||||
hint: "Fish scooping disabled"
|
||||
FLINT_AND_STEEL:
|
||||
name: "Flint and steel"
|
||||
description: |-
|
||||
&aAllow players to ignite fires using
|
||||
&aflint and steel or fire charges.
|
||||
hint: "No flint and steel or fire charges usage"
|
||||
hint: "Flint and steel and fire charges disabled"
|
||||
FURNACE:
|
||||
description: "Toggle use"
|
||||
name: "Furnace"
|
||||
hint: "No furnace use"
|
||||
hint: "Furnace use disabled"
|
||||
GATE:
|
||||
description: "Toggle use"
|
||||
name: "Gates"
|
||||
hint: "No gate use"
|
||||
hint: "Gate use disabled"
|
||||
GEO_LIMIT_MOBS:
|
||||
description: |-
|
||||
&aRemove mobs that go
|
||||
@ -843,15 +843,15 @@ protection:
|
||||
HURT_ANIMALS:
|
||||
description: "Toggle hurting"
|
||||
name: "Hurt animals"
|
||||
hint: "No animal hurting allowed"
|
||||
hint: "Animal hurting disabled"
|
||||
HURT_MONSTERS:
|
||||
description: "Toggle hurting"
|
||||
name: "Hurt monsters"
|
||||
hint: "No monster hurting"
|
||||
hint: "Monster hurting disabled"
|
||||
HURT_VILLAGERS:
|
||||
description: "Toggle hurting"
|
||||
name: "Hurt villagers"
|
||||
hint: "No villager hurting"
|
||||
hint: "Villager hurting disabled"
|
||||
ITEM_FRAME:
|
||||
name: "Item Frame"
|
||||
description: "Toggle interaction"
|
||||
@ -875,15 +875,15 @@ protection:
|
||||
ITEM_DROP:
|
||||
description: "Toggle dropping"
|
||||
name: "Item drop"
|
||||
hint: "Items cannot be dropped"
|
||||
hint: "Item dropping disabled"
|
||||
ITEM_PICKUP:
|
||||
description: "Toggle pickup"
|
||||
name: "Item pickup"
|
||||
hint: "Items cannot be picked up"
|
||||
hint: "Item pickup disabled"
|
||||
JUKEBOX:
|
||||
description: "Toggle usage"
|
||||
name: "Jukebox use"
|
||||
hint: "No jukebox use allowed"
|
||||
hint: "Jukebox use disabled"
|
||||
LEAF_DECAY:
|
||||
name: "Leaf decay"
|
||||
description: "Allow leaves to naturally decay"
|
||||
@ -893,7 +893,7 @@ protection:
|
||||
LEVER:
|
||||
description: "Toggle use"
|
||||
name: "Lever use"
|
||||
hint: "No lever use"
|
||||
hint: "Lever use disabled"
|
||||
LIQUIDS_FLOWING_OUT:
|
||||
name: "Liquids flowing outside islands"
|
||||
description: |-
|
||||
@ -913,11 +913,11 @@ protection:
|
||||
MILKING:
|
||||
description: "Toggle cow milking"
|
||||
name: "Milking"
|
||||
hint: "No milking allowed"
|
||||
hint: "Milking cows disabled"
|
||||
MINECART:
|
||||
name: "Minecarts"
|
||||
description: "Toggle minecart interactions"
|
||||
hint: "No minecart interaction allowed"
|
||||
hint: "Minecart interaction disabled"
|
||||
MONSTER_SPAWN:
|
||||
description: "Toggle spawning"
|
||||
name: "Monster spawning"
|
||||
@ -926,11 +926,11 @@ protection:
|
||||
&aToggle access
|
||||
&ato mount inventory
|
||||
name: "Mount inventory"
|
||||
hint: "No access to mount inventory"
|
||||
hint: "Mounting inventories disabled"
|
||||
NAME_TAG:
|
||||
name: "Name tags"
|
||||
description: "Toggle use"
|
||||
hint: "No name tags use"
|
||||
hint: "Name tag interaction disabled"
|
||||
NATURAL_SPAWNING_OUTSIDE_RANGE:
|
||||
name: "Natural creature spawning outside range"
|
||||
description: |-
|
||||
@ -944,7 +944,7 @@ protection:
|
||||
NOTE_BLOCK:
|
||||
description: "Toggle use"
|
||||
name: "Note block"
|
||||
hint: "No note block use"
|
||||
hint: "Noteblock interaction disabled"
|
||||
OBSIDIAN_SCOOPING:
|
||||
name: "Obsidian scooping"
|
||||
description: |
|
||||
@ -974,48 +974,48 @@ protection:
|
||||
PLACE_BLOCKS:
|
||||
description: "Toggle placing"
|
||||
name: "Place blocks"
|
||||
hint: "Not allowed to place blocks"
|
||||
hint: "Block placing disabled"
|
||||
POTION_THROWING:
|
||||
name: "Potion throwing"
|
||||
description: |-
|
||||
&aToggle throwing potions.
|
||||
&aThis include splash and lingering potions.
|
||||
hint: "Not allowed to throw potions"
|
||||
hint: "Throwing potions disabled"
|
||||
NETHER_PORTAL:
|
||||
description: "Toggle use"
|
||||
name: "Nether Portal"
|
||||
hint: "Portal use is disallowed"
|
||||
hint: "Portal use disabled"
|
||||
END_PORTAL:
|
||||
description: "Toggle use"
|
||||
name: "End Portal"
|
||||
hint: "Portal use is disallowed"
|
||||
hint: "Portal use disabled"
|
||||
PRESSURE_PLATE:
|
||||
description: "Toggle usage"
|
||||
name: "Pressure Plates"
|
||||
hint: "No pressure plate use"
|
||||
hint: "Pressure plate use disabled"
|
||||
PVP_END:
|
||||
description: |-
|
||||
&cEnable/Disable PVP
|
||||
&cin the End.
|
||||
name: "End PVP"
|
||||
hint: "No PVP allowed in the End"
|
||||
hint: "PVP disabled in the End"
|
||||
PVP_NETHER:
|
||||
description: |-
|
||||
&cEnable/Disable PVP
|
||||
&cin the Nether.
|
||||
name: "Nether PVP"
|
||||
hint: "No PVP allowed in the Nether"
|
||||
hint: "PVP disabled in the Nether"
|
||||
PVP_OVERWORLD:
|
||||
description: |-
|
||||
&cEnable/Disable PVP
|
||||
&con island.
|
||||
name: "Overworld PVP"
|
||||
hint: "&cPVP is not allowed"
|
||||
hint: "&cPVP disabled in the Overworld"
|
||||
active: "&cPVP is active here!"
|
||||
REDSTONE:
|
||||
description: "Toggle use"
|
||||
name: "Redstone items"
|
||||
hint: "No redstone item use"
|
||||
hint: "Redstone interaction disabled"
|
||||
REMOVE_END_EXIT_ISLAND:
|
||||
description: |-
|
||||
&aPrevents the end exit
|
||||
@ -1030,15 +1030,15 @@ protection:
|
||||
RIDING:
|
||||
description: "Toggle riding"
|
||||
name: "Animal riding"
|
||||
hint: "No animal riding allowed"
|
||||
hint: "Animal riding disabled"
|
||||
SHEARING:
|
||||
description: "Toggle shearing"
|
||||
name: "Shearing"
|
||||
hint: "No shearing"
|
||||
hint: "Shearing disabled"
|
||||
SPAWN_EGGS:
|
||||
description: "Toggle use"
|
||||
name: "Spawn eggs"
|
||||
hint: "No throwing spawn eggs"
|
||||
hint: "Spawn eggs disabled"
|
||||
SPAWNER_SPAWN_EGGS:
|
||||
description: |-
|
||||
&aAllows to change a spawner's entity type
|
||||
@ -1057,15 +1057,15 @@ protection:
|
||||
&aIt does not override the
|
||||
&aFlint and steel protection.
|
||||
name: "TNT priming"
|
||||
hint: "No TNT priming"
|
||||
hint: "TNT priming disabled"
|
||||
TRADING:
|
||||
description: "Toggle trading"
|
||||
name: "Villager trading"
|
||||
hint: "No villager trading"
|
||||
hint: "Villager trading disabled"
|
||||
TRAPDOOR:
|
||||
description: "Toggle access"
|
||||
name: "Trap doors"
|
||||
hint: "No trapdoor use"
|
||||
hint: "Trapdoor use disabled"
|
||||
TREES_GROWING_OUTSIDE_RANGE:
|
||||
name: "Trees growing outside range"
|
||||
description: |-
|
||||
@ -1079,15 +1079,15 @@ protection:
|
||||
TURTLE_EGGS:
|
||||
description: "Toggle crushing"
|
||||
name: "Turtle Eggs"
|
||||
hint: "Turtle eggs cannot be crushed!"
|
||||
hint: "Turtle egg crushing disabled"
|
||||
FROST_WALKER:
|
||||
description: "Toggle Frost Walker enchantment"
|
||||
name: "Frost Walker"
|
||||
hint: "Frost Walker cannot be used here"
|
||||
hint: "Frost Walker disabled"
|
||||
EXPERIENCE_PICKUP:
|
||||
name: "Experience pickup"
|
||||
description: "Toggle experience orb pickup"
|
||||
hint: "cannot pickup experience orb"
|
||||
hint: "Experience pickup disabled"
|
||||
PREVENT_TELEPORT_WHEN_FALLING:
|
||||
name: "Prevent teleport when falling"
|
||||
description: |-
|
||||
|
Loading…
Reference in New Issue
Block a user