inxomnyaa/gameapi

missing feature and important modifications

Opened this issue · 1 comments

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)

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.