Close Menu
Projects
Project Manager
Drinks Online
Fællesparken
Translator Helper
Gucchi Production
Writers Delight
Web Tools
Polygon Creator
Amanorian Endless
Amanorian Gold Edition
Amanorian
Skyblock
Dinero Auto MobilePay
Dinero Master
Dinero Auto Invoice
Dinero Manager
Skatehal Member Manager
BillyClientSDK
EconomicClientSDK
AccountingClientSDK
iZettleClientSDK
DineroClientSDK
iZettle Auto Booking
MobilePay Invoice
iZettle Auto Card
Login
Indstillinger
Log Ud
Projects
Project Manager
Drinks Online
Fællesparken
Translator Helper
Gucchi Production
Writers Delight
Web Tools
Polygon Creator
Amanorian Endless
Amanorian Gold Edition
Amanorian
Skyblock
Dinero Auto MobilePay
Dinero Master
Dinero Auto Invoice
Dinero Manager
Skatehal Member Manager
BillyClientSDK
EconomicClientSDK
AccountingClientSDK
iZettleClientSDK
DineroClientSDK
iZettle Auto Booking
MobilePay Invoice
iZettle Auto Card
Login
Indstillinger
Log Ud
Skyblock
To Do
Notes
Auto Errors
Hide completed items
Edit mode
New Group
DungeonWorld
add support for spaces in names using + signs to replace
change how mobs are generated using paper in a shulker box
animation wand to test generated monsters
add support for commands per player instead of a global one
command to set return world
command to set return position
go through code and clean up and optimize sql calls
check if config item are present before using them
check if returworld is a world before teleporting
only remove one key on entering dungeon
check number of items in item stack when entering dungeon
change enterregion to keep track of what region id user is in
if the server crashes, regenerate any active dungeons in case the server closed midgenerating one. remember to check if chests are already placed and copy chest inventory instead of generating new loot. this might happen on restart too
add support for netherworld and end world to get the correct sky on hell and sky biomes
change key command to give x amount of keys as well as player
clean up code after moving loottable and schematics code
add inventoryoverflow support when giving keys
add issimilar check when using key
grid class to manage where dungeons are located
add currentposition for nether and end worlds
clear/delete dungeon world every day, warn players when clearing will happen when entering
teleport players out before deleting world and lock it till done
show list of applicable dungeons when going onto the portal not holding a key
change command names to seperate each section with period
disable natural mob spawning
create and set exit regions on spawning dungeon
create enter dungon region
select random dungeon to generate
disable day/night cycle
create key required for entering dungeon
clean up regions and dungeon after using dungeon exit
teleport user to dungeon spawn point
generate random loot in chests
create world guard global protection in dungeon world
create spawn point for dungeon
remove weather
add code to change coordinates each time a new dungeon is spawned so they dont spawn in eachother
change biome of dungeon
add data value when adding items to loottable
WorldText
only general left
move chatcolors command to tools
Sever
set up skyblock world
set permissions and permission groups
create spawn
create random chests
create lottery chests
set up dungeons
set up votifier
set up buycraft
set up items in buycraft webshop
create server icon, banner for votifier and banner for webshop
create dungeons, lots and lots of dungeons
create rules book
create getting started book
create commands book
create daily rewards
create welcome book
create default island
Stats
Challenges
Shop
Auction
when clicking menu items, if you have an item in hand, item is dropped on ground
it is possible to loose items, if you are in the middle of making an auction and the server crashes
it is possible to loose items, if you are in the middle of making an auction and you time out from the server
Pet
Title
Combat
LotteryChests
only general left
change getchest to work only from location so chest names can be nonunique
create save command
convert chest items when using configure and save commands
add click event when key in hand
change ticket command to include amount of tickets you want and what player to give them to
set the chests name on lotterychest.set
clean up commands after adding the new loottable code
add a class to reflect the data saved in the chests.yml file
add inventoryoverflow support when giving tickets
add issimilar check when using ticket
using a ticket gives a loottable not found error
append lores instead of setting them so no current lore is deleted
DailyRewards
only general left
implement money reward
add nice message of what rewards one are getting and how many consecutive times the player has logged on
add inventoryoverflow support
RandomChests
only general left
change getchest to work only from location so chest names can be nonunique
change rollchests method to work with the groups
check if number of chests to pick is higher than actual number of chests to select from and plan accordingly
ModeratorTools
kick function
ban function
silence function
view inventory function
transfer item function
Tools
only general left
add command to show types of villagers
move tpp materiallist and biome list commands to tools
add schematic commands similar to lootcommands
add setmaxreward command to multiloottable
set spawn command
change multiloot rollitems to randomly select an item in group
add command to create a single loottable from a chest and commands to add items to a chest
add group and isunique options to multiloot add command
SkyBlock
implement fawe schematic pasting instead of nms
clean up code
remove workarounds for older versions of minecraft
remove nms dependency
remove challenges
remove minishop
remove acid challenge
remove nether bits and partner schematic
CommandTeleports
only general left
InventoryOverflow
only general left
change method to use itemstack.add it has build in fill existingstacks
General
some generic system for logging errors in plugins instead of messaging the player all the time, only command should give detailed errors
better coding pratices overall, have one class for each command/event for easy readability ect
add check for files on the file system every time they are used in case they are deleted unknowingly
add else statements to argument length when checking commands
caching of lists to avoid excessive file and db access(players ect)
give blocks/entities that are saved in an yml file an nbt tag instead of reading location in yml files to skip a file read every aevent (chestopen, villager interact ect)
tabcomplete for commands
generic system for adding items into inventory
better database access layer
add commands and corret permissions to plugin and config .yml files
generic system for loading and saving yaml files
create settings class for each plugin to abstract away the saving and getting code
NPCs
add dispatcher to menuitems so the plugin knows to execute command as console or playe
only general left
when clicking menu items, if you have an item in hand, item is dropped on ground