mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-12-28 05:37:44 +01:00
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
|
||||
public CommandResult execute(CommandSender sender, String[] args) {
|
||||
if (args.length < 3)
|
||||
if (args.length < 4)
|
||||
return CommandResult.THROW_USAGE;
|
||||
|
||||
Player player = Bukkit.getPlayer(args[2]);
|
||||
|
@ -8,6 +8,9 @@ experience:
|
||||
base: 20
|
||||
per-level: 3
|
||||
|
||||
# Must match an existing exp curve filename from the 'expcurves' folder
|
||||
exp-curve: levels
|
||||
|
||||
exp-sources:
|
||||
- 'brewpotion{effect=SPEED}'
|
||||
|
||||
|
@ -8,6 +8,9 @@ experience:
|
||||
base: 10
|
||||
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
|
||||
# to make the profession get EXP with ANY enchant.
|
||||
|
||||
|
@ -8,6 +8,9 @@ experience:
|
||||
base: 10
|
||||
per-level: 2
|
||||
|
||||
# Must match an existing exp curve filename from the 'expcurves' folder
|
||||
exp-curve: levels
|
||||
|
||||
exp-sources:
|
||||
- 'mineblock{type=CARROTS;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
|
||||
per-level: 3
|
||||
|
||||
# Must match an existing exp curve filename from the 'expcurves' folder
|
||||
exp-curve: levels
|
||||
|
||||
exp-sources: {}
|
||||
|
||||
# Fishing drop tables which override MC default.
|
||||
|
@ -7,3 +7,6 @@ name: Smelting
|
||||
experience:
|
||||
base: 20
|
||||
per-level: 3
|
||||
|
||||
# Must match an existing exp curve filename from the 'expcurves' folder
|
||||
exp-curve: levels
|
@ -8,6 +8,9 @@ experience:
|
||||
base: 20
|
||||
per-level: 3
|
||||
|
||||
# Must match an existing exp curve filename from the 'expcurves' folder
|
||||
exp-curve: levels
|
||||
|
||||
exp-sources:
|
||||
- 'repairitem{}'
|
||||
|
||||
|
@ -8,6 +8,9 @@ experience:
|
||||
base: 13
|
||||
per-level: 2.5
|
||||
|
||||
# Must match an existing exp curve filename from the 'expcurves' folder
|
||||
exp-curve: levels
|
||||
|
||||
exp-sources:
|
||||
- 'mineblock{type=OAK_LOG;amount=1-3}'
|
||||
- 'mineblock{type=SPRUCE_LOG;amount=1-3}'
|
||||
|
Loading…
Reference in New Issue
Block a user