mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 03:04:44 +02:00
Added bypass nodes for offline inspecting & long-distance inspecting.
Also fixed some JavaDoc typos.
This commit is contained in:
@ -259,11 +259,11 @@ Experience:
|
||||
Multiplier:
|
||||
Animals: 1.0
|
||||
Creeper: 4.0
|
||||
Skeleton: 2.0
|
||||
Spider: 3.0
|
||||
Skeleton: 3.0
|
||||
Spider: 2.0
|
||||
Zombie: 2.0
|
||||
Pig_Zombie: 3.0
|
||||
Enderman: 2.0
|
||||
Enderman: 4.0
|
||||
Cave_Spider: 3.0
|
||||
Silverfish: 3.0
|
||||
Blaze: 3.0
|
||||
@ -399,4 +399,4 @@ Spout:
|
||||
Mining:
|
||||
BLUE: 0.75
|
||||
GREEN: 0.3
|
||||
RED: 0.3
|
||||
RED: 0.3
|
||||
|
@ -139,8 +139,18 @@ permissions:
|
||||
mcmmo.tools.*: true
|
||||
mcmmo.admin:
|
||||
description: Allows access to mmoupdate and other sensitive commands
|
||||
mcmmo.bypass.*:
|
||||
description: Implies all bypass permissions.
|
||||
children:
|
||||
mcmmo.bypass.arcanebypass: true
|
||||
mcmmo.bypass.inspect.distance: true
|
||||
mcmmo.bypass.inspect.offline: true
|
||||
mcmmo.bypass.arcanebypass:
|
||||
description: Allows user to bypass Arcane Repair so he will never lose enchantments
|
||||
mcmmo.bypass.inspect.distance:
|
||||
description: Allows user to bypass Inspect's distance requirements
|
||||
mcmmo.bypass.inspect.offline:
|
||||
description: Allows user to bypass Inspect's offline player requirements
|
||||
mcmmo.tools.*:
|
||||
description: Implies all mcmmo.tools permissions.
|
||||
children:
|
||||
|
Reference in New Issue
Block a user