tomkeuper / BedWars2023

A minecraft minigame where you have to defend your bed and destroy the others. Once your bed is destroyed, you cannot respawn.
GNU General Public License v3.0
55 stars 16 forks source link

API Improvements #126

Closed Xxyuri2005xX closed 1 year ago

Xxyuri2005xX commented 1 year ago

Is your feature request related to a problem? Please describe. BedWars1058 enjoys a good amount of APIs that make the plugin remarkably customizable with addons, but in some parts of APIs it still lacks

Describe the solution you'd like New APIs for greater customization:

tomkeuper commented 1 year ago

for the money api make sure to allow addons to register different economy systems

tomkeuper commented 1 year ago

@Xxyuri2005xX Can the Stats API + Moneygain be ticked off?

Xxyuri2005xX commented 1 year ago

I'll tick money & xp gain cancellable when pr is done, also is for stat.

Xxyuri2005xX commented 1 year ago

I ticked money & xpgain cancellable brc i saw now that you merged that

tomkeuper commented 1 year ago

I also made it possible to register custom menus by creating your own menucontent and adding it thru the upgrade manager api. MenuContent also has an interface that can be implemented

Xxyuri2005xX commented 1 year ago

ok