mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-29 16:46:46 +01:00
Changed bypass node for Arcane Forging to not default to true for OPs
This commit is contained in:
parent
8b07b189d4
commit
751b795417
@ -12,6 +12,7 @@ Version 1.3.05-dev
|
|||||||
= Fixed bug with repairing wooden tools
|
= Fixed bug with repairing wooden tools
|
||||||
= Fixed bug where spawned wolves only had 8 health.
|
= Fixed bug where spawned wolves only had 8 health.
|
||||||
! Changed Tree Feller to account for ability durability loss but not leaves.
|
! Changed Tree Feller to account for ability durability loss but not leaves.
|
||||||
|
! Changed bypass node for Arcane Forging to not default to true for OPs
|
||||||
|
|
||||||
Version 1.3.04
|
Version 1.3.04
|
||||||
+ Added McMMOPlayerRepairEvent for API usage - fires after completion of a repair.
|
+ Added McMMOPlayerRepairEvent for API usage - fires after completion of a repair.
|
||||||
|
@ -100,7 +100,6 @@ permissions:
|
|||||||
mcmmo.admin: true
|
mcmmo.admin: true
|
||||||
mcmmo.tools.*: true
|
mcmmo.tools.*: true
|
||||||
mcmmo.chat.adminchat: true
|
mcmmo.chat.adminchat: true
|
||||||
mcmmo.repair.arcanebypass: true
|
|
||||||
mcmmo.defaults:
|
mcmmo.defaults:
|
||||||
default: true
|
default: true
|
||||||
description: mcmmo permisions that default to true
|
description: mcmmo permisions that default to true
|
||||||
@ -118,10 +117,9 @@ permissions:
|
|||||||
mcmmo.chat.adminchat: true
|
mcmmo.chat.adminchat: true
|
||||||
mcmmo.admin: true
|
mcmmo.admin: true
|
||||||
mcmmo.tools.*: true
|
mcmmo.tools.*: true
|
||||||
mcmmo.repair.arcanebypass: true
|
|
||||||
mcmmo.admin:
|
mcmmo.admin:
|
||||||
description: Allows access to mmoupdate and other sensitive commands
|
description: Allows access to mmoupdate and other sensitive commands
|
||||||
mcmmo.repair.arcanebypass:
|
mcmmo.bypass.arcanebypass:
|
||||||
description: Allows user to bypass Arcane Repair so he will never lose enchantments
|
description: Allows user to bypass Arcane Repair so he will never lose enchantments
|
||||||
mcmmo.tools.*:
|
mcmmo.tools.*:
|
||||||
description: Implies all mcmmo.tools permissions.
|
description: Implies all mcmmo.tools permissions.
|
||||||
|
Loading…
Reference in New Issue
Block a user