You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As shown in the following code, the /hunger command requires permission level 4, rendering it unable to be used in command blocks. Many other commands that strictly only modify player and world data (like /xp, /reload, /summon, /data) only require permission level 2 and are able to be used in command blocks. Why is that the case and can the /hunger command be changed to require permission level 2 and work in command blocks like other similar commands?
As shown in the following code, the
/hunger
command requires permission level 4, rendering it unable to be used in command blocks. Many other commands that strictly only modify player and world data (like/xp
,/reload
,/summon
,/data
) only require permission level 2 and are able to be used in command blocks. Why is that the case and can the/hunger
command be changed to require permission level 2 and work in command blocks like other similar commands?AppleCore/java/squeek/applecore/commands/CommandHunger.java
Lines 33 to 36 in e615a2d
The text was updated successfully, but these errors were encountered: