Results 60 comments of BONNe

This issue duplicates #528 and is very connected to the #111 I would like to have the ability to set customized ranks.

https://github.com/BONNePlayground/ItemsAdderHook Here is a link to use that functionality, if tasty decides to not implement it directly into BentoBox. In general, ItemsAdder implementation with permission XXXXXX looks ugly :D It...

@tastybento I would say that: We should have permission that allows increasing available reset count for some players. Also, the current implementation does not allow to increase the number of...

Well, The visual thing can be implemented easily. There are already some plugins that do it. However, other stuff... well it is complicated. It could be doable with NMS editing,...

There exist 2 methods: #getMembers() that returns all players with a status in the island and #getMemberSet that returns only members. This is kinda misleading method name, and it will...

@tastybento and @Poslovitch I would suggest either close this issue, and leave everything as it is, or deprecate some methods. Java has a deprecation feature, which is directly for this...

Islands already have spawn-point. Visit's addon uses it for player teleportation. It is just players cannot change it. Also, I am not sold on soft-safe-spot teleport. Most of BentoBox gamemodes...

How about the barrier block on the top of the island? Yes, it will mean that noone will be able to place anything there, but it is invisible for survival....

I could be a feature of void teleport addon :) So admins could choose to which world user will be teleported if falling in void :)

So the new API allows sending bar chart data to the server. However, it will not be displayed on the web-page, because that part is not implemented yet.