mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Fix players not having ptp.send by default.
This commit is contained in:
parent
5dc40f3c03
commit
faecb9a439
@ -18,6 +18,7 @@ Version 1.4.06-dev
|
|||||||
= Fixed wolves from Call of the Wild only having 8 health
|
= Fixed wolves from Call of the Wild only having 8 health
|
||||||
= Fixed bug where /party chat was not working
|
= Fixed bug where /party chat was not working
|
||||||
= Fixed bug where experience commands were adding levels to all skills when they shouldn't
|
= Fixed bug where experience commands were adding levels to all skills when they shouldn't
|
||||||
|
= Fixed mcmmo.commands.ptp.send not being set by default
|
||||||
! Changed Chimaera Wing's recipe result to use the ingredient Material
|
! Changed Chimaera Wing's recipe result to use the ingredient Material
|
||||||
! Players will no longer pickup items to their hotbar while using Unarmed
|
! Players will no longer pickup items to their hotbar while using Unarmed
|
||||||
! ExperienceAPI methods will now throw InvalidSkillException if the skill name passed in is invalid.
|
! ExperienceAPI methods will now throw InvalidSkillException if the skill name passed in is invalid.
|
||||||
|
@ -667,10 +667,7 @@ permissions:
|
|||||||
mcmmo.commands.mining: true
|
mcmmo.commands.mining: true
|
||||||
mcmmo.commands.mobhealth: true
|
mcmmo.commands.mobhealth: true
|
||||||
mcmmo.commands.party.all: true
|
mcmmo.commands.party.all: true
|
||||||
mcmmo.commands.ptp: true
|
mcmmo.commands.ptp.all: true
|
||||||
mcmmo.commands.ptp.accept: true
|
|
||||||
mcmmo.commands.ptp.acceptall: true
|
|
||||||
mcmmo.commands.ptp.toggle: true
|
|
||||||
mcmmo.commands.repair: true
|
mcmmo.commands.repair: true
|
||||||
mcmmo.commands.smelting: true
|
mcmmo.commands.smelting: true
|
||||||
mcmmo.commands.swords: true
|
mcmmo.commands.swords: true
|
||||||
|
Loading…
Reference in New Issue
Block a user