Source code for my grakkit enabled mc server
- Persist - source - simple, namespaced persistent storage
- FileHelper - source - handling string/Uint8Array/Json files without java
- PseudoCmd - source - permissionless, simple runtime chat commands using
-
instead of/
- Anim - source - number track animation w/ linear interpolation
- Message - source -
console.log
, but for terminal, players, and broadcast - Depend - source - A simple, namespaced dependency resolver. wait on tasks to finish before running code
- Worlds - source - Helpful code for minecraft worlds (clone, resolve, load, unload, and autoloading on start)
- Home - source - player specific worlds, based on LevelUp, Persist, and Worlds APIs
- paintdoor - source - doors made out of paintings
- animstand (wip) - source - leaverage Anim over armorstands, also with tools to perform animation modelling in-game / replay
- sentry (wip) - source - put those skeletons to work
- warp - source - a global warp plugin utilizing bukkit API and PseudoCmd
- levelup - source - a custom player level system
Simply run:
npm install
then
npm run build
or ./build.sh
Source code goes in your /plugins/grakkit/
directory