BentoBox icon indicating copy to clipboard operation
BentoBox copied to clipboard

Select specific number of player islands to multiple modes

Open Espantonius opened this issue 4 years ago • 3 comments

Hello,

I was trying to configure several modes on the same server so that users can run the one they like best. It would be nice to add an option to BentoBox of the maximum number of islands of the total modes.

Explanation: My problem comes from adding several modes (specifically Skyblock and Skygrid) and that only one can be played. Basically that the user can play only one mode or X modes. If it is set to 1, it only allows you to create one type (Skyblock or Skygrid) and does not allow another mode until reset the current island.

Espantonius avatar Apr 21 '20 15:04 Espantonius

That's an interesting feature and one that BentoBox would be well-suited to because of the global tracking of islands across games. We would need to add a user delete command because reset just generates another island, but that could be done. Interesting...

tastybento avatar Apr 21 '20 16:04 tastybento

As you said tastybento, if we want to implement that, we will need to implement a command that let the player delete his island without resetting it... Otherwise, he might run into quite a bit of an issue.

Yet I don't think the reset code was designed to do that. When should we reset the player's stuff (inventory, money)? When he creates his other island?)

Poslovitch avatar Apr 24 '20 16:04 Poslovitch

We have an admin delete command that could be implemented as a user command. The player would run it and then be dumped at spawn. They could then create their new island using the other game mode.

tastybento avatar Apr 24 '20 17:04 tastybento