This commit is contained in:
Indyuce 2020-04-09 18:02:12 +02:00
commit cbeb688d2f
8 changed files with 23 additions and 2 deletions

View File

@ -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]);

View File

@ -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}'

View File

@ -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.

View File

@ -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}'

View File

@ -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.

View File

@ -6,4 +6,7 @@ name: Smelting
# when leveling up this profession
experience:
base: 20
per-level: 3
per-level: 3
# Must match an existing exp curve filename from the 'expcurves' folder
exp-curve: levels

View File

@ -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{}'

View File

@ -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}'