brenoepics / morningstar

An open-source Arcturus Community Fork.
GNU General Public License v3.0
3 stars 2 forks source link

Add some user events - [closed] #1463

Closed brenoepics closed 1 year ago

brenoepics commented 3 years ago

In GitLab by @ghost on May 10, 2021, 16:08

_Merges feature/add_someuser-events -> dev

1. Added "getHabboInfo(String)" in HabboManager
This method will give the HabboInfo of User XY.
No matter if the user is online or offline.

2. Following events will be added

3. Renamed "succes" to "success"
Variable "succes" in UserCommandEvent renamed to "success"

brenoepics commented 3 years ago

In GitLab by @ArpyAge on Sep 1, 2021, 15:54

So in Room.java you use Emulator.getEventManager().callEvent(userEffectEvent); instead of the plugin manager, is there a reason for this?