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
A request to add mc.setting() function to raspberry juice (details below). It would also be good to make the function more generic so it can alter any world setting that is exposed by the bukkit api on the world object.
Hi Craig,
Its certainly possible to add the function, but it might not be so easy to use the same settings of "world_immutable" and "nametags_visible". I had a quick skim through the bukkit api and I couldn't see a method to allow you to do either (easily). world_immutable would be possible by capturing and cancelling all block change events, but I dont think nametags_visible is possible as this is a client side setting (rather than a server).
Mart
On 2 September 2014 14:35, Craig Richardson wrote:
Hi Martin,
Is it possible to add the mc.setting() function to the Raspberry Juice Bukkit mod?
I'm trying to make it work with on the PC and the setting() function is the only function that takes booleans so it would be useful to have.
Craig
The text was updated successfully, but these errors were encountered:
A request to add mc.setting() function to raspberry juice (details below). It would also be good to make the function more generic so it can alter any world setting that is exposed by the bukkit api on the world object.
Hi Craig,
Its certainly possible to add the function, but it might not be so easy to use the same settings of "world_immutable" and "nametags_visible". I had a quick skim through the bukkit api and I couldn't see a method to allow you to do either (easily). world_immutable would be possible by capturing and cancelling all block change events, but I dont think nametags_visible is possible as this is a client side setting (rather than a server).
Mart
On 2 September 2014 14:35, Craig Richardson wrote:
Hi Martin,
Is it possible to add the mc.setting() function to the Raspberry Juice Bukkit mod?
I'm trying to make it work with on the PC and the setting() function is the only function that takes booleans so it would be useful to have.
Craig
The text was updated successfully, but these errors were encountered: