Skip to content

TewPingz/LiveMapPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiveMapPlugin

I made this plugin as I saw a request for it and wanted to test my skills to see how I may implement this. This plugin renders the map by itself and doesn't do anything using the default map system allowing me to dodge having to deal with the IO garbage.

This plugin was made in under a day and might be unstable. Also, unsure how to will deal with massive amounts of players. But I utilised a workload queue executor to ensure that executions of a chunk do not take over 2.5ms in a single tick giving spigot enough breathing room to catch up with itself.

The map is also drawn on an async thread allowing a lot of the load from accessing the maps to be passed onto another thread.

Workload thread

Imgur

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages