forked from Upstream/mmocore
Merge branch 'master' of http://Indyuce@dev.lumine.io/bitbucket/scm/mmo/mmocore.git
This commit is contained in:
commit
cbeb688d2f
@ -20,7 +20,7 @@ public class HideActionBarCommandMap extends CommandEnd {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public CommandResult execute(CommandSender sender, String[] args) {
|
public CommandResult execute(CommandSender sender, String[] args) {
|
||||||
if (args.length < 3)
|
if (args.length < 4)
|
||||||
return CommandResult.THROW_USAGE;
|
return CommandResult.THROW_USAGE;
|
||||||
|
|
||||||
Player player = Bukkit.getPlayer(args[2]);
|
Player player = Bukkit.getPlayer(args[2]);
|
||||||
|
@ -8,6 +8,9 @@ experience:
|
|||||||
base: 20
|
base: 20
|
||||||
per-level: 3
|
per-level: 3
|
||||||
|
|
||||||
|
# Must match an existing exp curve filename from the 'expcurves' folder
|
||||||
|
exp-curve: levels
|
||||||
|
|
||||||
exp-sources:
|
exp-sources:
|
||||||
- 'brewpotion{effect=SPEED}'
|
- 'brewpotion{effect=SPEED}'
|
||||||
|
|
||||||
|
@ -8,6 +8,9 @@ experience:
|
|||||||
base: 10
|
base: 10
|
||||||
per-level: 2
|
per-level: 2
|
||||||
|
|
||||||
|
# Must match an existing exp curve filename from the 'expcurves' folder
|
||||||
|
exp-curve: levels
|
||||||
|
|
||||||
# Remove the 'enchant' parameter from the line config
|
# Remove the 'enchant' parameter from the line config
|
||||||
# to make the profession get EXP with ANY enchant.
|
# to make the profession get EXP with ANY enchant.
|
||||||
|
|
||||||
|
@ -8,6 +8,9 @@ experience:
|
|||||||
base: 10
|
base: 10
|
||||||
per-level: 2
|
per-level: 2
|
||||||
|
|
||||||
|
# Must match an existing exp curve filename from the 'expcurves' folder
|
||||||
|
exp-curve: levels
|
||||||
|
|
||||||
exp-sources:
|
exp-sources:
|
||||||
- 'mineblock{type=CARROTS;amount=1-3;crop=true;player-placed:true}'
|
- 'mineblock{type=CARROTS;amount=1-3;crop=true;player-placed:true}'
|
||||||
- 'mineblock{type=POTATOES;amount=1-3;crop=true;player-placed:true}'
|
- 'mineblock{type=POTATOES;amount=1-3;crop=true;player-placed:true}'
|
||||||
|
@ -8,6 +8,9 @@ experience:
|
|||||||
base: 20
|
base: 20
|
||||||
per-level: 3
|
per-level: 3
|
||||||
|
|
||||||
|
# Must match an existing exp curve filename from the 'expcurves' folder
|
||||||
|
exp-curve: levels
|
||||||
|
|
||||||
exp-sources: {}
|
exp-sources: {}
|
||||||
|
|
||||||
# Fishing drop tables which override MC default.
|
# Fishing drop tables which override MC default.
|
||||||
|
@ -7,3 +7,6 @@ name: Smelting
|
|||||||
experience:
|
experience:
|
||||||
base: 20
|
base: 20
|
||||||
per-level: 3
|
per-level: 3
|
||||||
|
|
||||||
|
# Must match an existing exp curve filename from the 'expcurves' folder
|
||||||
|
exp-curve: levels
|
@ -8,6 +8,9 @@ experience:
|
|||||||
base: 20
|
base: 20
|
||||||
per-level: 3
|
per-level: 3
|
||||||
|
|
||||||
|
# Must match an existing exp curve filename from the 'expcurves' folder
|
||||||
|
exp-curve: levels
|
||||||
|
|
||||||
exp-sources:
|
exp-sources:
|
||||||
- 'repairitem{}'
|
- 'repairitem{}'
|
||||||
|
|
||||||
|
@ -8,6 +8,9 @@ experience:
|
|||||||
base: 13
|
base: 13
|
||||||
per-level: 2.5
|
per-level: 2.5
|
||||||
|
|
||||||
|
# Must match an existing exp curve filename from the 'expcurves' folder
|
||||||
|
exp-curve: levels
|
||||||
|
|
||||||
exp-sources:
|
exp-sources:
|
||||||
- 'mineblock{type=OAK_LOG;amount=1-3}'
|
- 'mineblock{type=OAK_LOG;amount=1-3}'
|
||||||
- 'mineblock{type=SPRUCE_LOG;amount=1-3}'
|
- 'mineblock{type=SPRUCE_LOG;amount=1-3}'
|
||||||
|
Loading…
Reference in New Issue
Block a user