inxomnyaa / gameapi

API for easily creating PocketMine games
https://poggit.pmmp.io/ci/thebigsmileXD/gameapi/~
GNU General Public License v3.0
25 stars 7 forks source link

missing feature and important modifications #10

Open ghost opened 4 years ago

ghost commented 4 years ago

the plugin has to reset the arena maps upon server start in case a crash happens while a game is running, because otherwise we have to play a corrupted arena and finish it in order to make it reload the world.

also the win message has to be customisable and the messages sent to the players are annoying (the game needs players, the game is not full you can still join, ..etc)

MOST IMPORTANTLY: please make each game has its own unique winning message . ( by game i mean spleef, tnt run, not their arenas)

inxomnyaa commented 4 years ago

the plugin has to reset the arena maps upon server start in case a crash happens while a game is running, because otherwise we have to play a corrupted arena and finish it in order to make it reload the world.

This is an issue i noticed a while ago but haven't found the cause for it. Thanks for noticing, will fix soon.

also the win message has to be customisable

As far as i know, you could change the message by listening for the GameWinEvent, but i have to check. Maybe that is even a feature that the plugins using this virion should have, not the api itself.