Skip to content
/ cope Public

A custom placeholders plugin that utilizes the MongoDB database for saving placeholders

License

Notifications You must be signed in to change notification settings

kayalust/cope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cope

A custom placeholder plugin that saves placeholders values to a Mongo Database (also per player support!)

Commands

  • /cope create <name> - Creates a new placeholder
  • /cope delete <name> - Deletes an existing placeholder
  • /cope setdefaultvalue <name> <value> - Sets the default value of a specific placeholder
  • /cope setplayervalue <name> <player> <value> - Sets the placeholder value of a specific player

Dependencies

Recommended Usage

  • This project is recommended to be used in any multi-server (or normal) setup that requires a custom data per player that's saved to the database (Eg. Coins or points system, etc.)

Source Code

This plugin is developed on Java 8. However, it should work with any Java versions that is not 7 or lower.

Lombok plugin is required in order to build the project using Maven.

About

A custom placeholders plugin that utilizes the MongoDB database for saving placeholders

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages