Skip to content

RepComm/crystalforest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crystalforest

Source code for my grakkit enabled mc server

Utilities

  • 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

Blocks

Entities

  • 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

Feature implementations

  • warp - source - a global warp plugin utilizing bukkit API and PseudoCmd
  • levelup - source - a custom player level system

Building

Simply run: npm install then npm run build or ./build.sh

Source code goes in your /plugins/grakkit/ directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published