Skip to content

andune/LWC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#LWC: Lightweight Inventory Protection and Management

A simple (but advanced!) inventory protection mod. It does not use flat files, but instead sqlite -- a stateless, serverless SQL engine. In some cases it is actually faster than MySQL and other SQL engines.

What you can protect

  • Chests
  • Dispensers
  • Furnaces

Features

  • Private protections by Users and Groups or even by Password
  • Public protections that anyone can use, but no one can register
  • Protection limits--limit the amount of protections a User or Group can register
  • Small memory footprint - LWC uses both physical and memory databases and entities are only loaded into memory when they are needed until done with them
  • No excessive disk I/O. The disk is only written to when a new Chest is protected, a limit created or an access right created (for private protections)
  • Built in support for double chests: proper recognition only requires you to register one side of a double chest. Internally, only one chest is registered, saving storage space
  • much more. some features are largely undocumented!

Converting

Are you using ChestProtect or Chastity chests? LWC can seamlessly convert every chest from ChestProtect and all private chests from Chastity (only user permissions) In-game: /lwc -a convert <chestprotect|chastity>

Commands

You can view the latest commands by typing /lwc ingame, and then typing a command to view more information on it

About

Lightweight Inventory Protection mod for Minecraft SMP mod Bukkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%