tastybento / ASkyBlock-Bugs-N-Features

Bug Tracker for ASkyBlock and AcidIsland - note team is 100% working on next version BentoBox
6 stars 3 forks source link

ASkyBlock API request #381

Closed timderspieler closed 7 years ago

timderspieler commented 7 years ago

Hey, here are some ideas that would be very helpful for developers:

List islandowners = getAllSkyBlockPlayers() (returns all island owners, coop players, team mates) (Very helpful to create temporary whitelist for all players with an island)

List<[String, Itemstack, Enum? I dont know what you use for challenges]> challenges = getAllSkyBlockChallenges() (returns all challenges) (Very helpful to make a special challenge plugin (or another challenge gui)

(void) setmaxAnimals(String uuid, int amount) (manually set the max amount of animals on an island) (Very helpful for shop systems, so players can buy the max amount of animals on an island)

(void) setmaxCreatures(String uuid, int amount) (manully set the max amount of creatures on an island) (same as setmaxAnimals)

and a question: Is it planned to add end islands?

thanks ~tim

Poslovitch commented 7 years ago

This issue was moved to tastybento/bskyblock#94