inxomnyaa/gameapi

ArenaJoinEvent

Closed this issue · 4 comments

Event when player joins the arena.
Possible noobish ways I found out to do this:

  • LevelChangeEvent: checks if the level is an Arena, and if it is, add the player to the arena
  • When the player runs /command join Arena
  • Implement it in arena.php

but maybe it will make things simpler for other plugins. But even if you need it, you could just create the event and call it in the function?

Seems fair..

I might include this in the next rewrite (if ever)