Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

guillaumealgis/odditem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OddItem

Unified custom items list and parser

Donate: Flattr

This plugin allows creation of a single text file for custom item names (cstairs for cobblestone stairs, wbucket for water bucket, dpick for diamond pickaxe, etc.). If an item is not found, it will throw an exception with the closest matching alias (in case of typos; e.g. if user enters /i woof 1, and wood is in item.txt, this will return an exception with wood, and the interfacing plugin could suggest that to the user)

Features:

  • Get item by OddItem.yml
  • Throw exception with closest match when item not found
  • Multiple suggestion engines (using Apache commons-codec)

Commands:

  • /odditem aliases <item> Lists aliases for <item>
  • /odditem group <group> Lists items in <group>
  • /odditem groups Lists group names
  • /odditem info Prints number of items currently loaded
  • /odditem remove <item> Removes <item> from alias list

Permissions:

Will use Nijikokun/TheYeti/rcjrrjcr Permissions if installed, or SuperPerms. Only one node for now, if you want finer control, tell me and I'll add it.

  • odditem all commands

About

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%