Skip to content

Always read the manuals! TekkitReference gives detailed data about a block or item. For Tekkit Classic 3.1.2

Notifications You must be signed in to change notification settings

hypothermic/TekkitReference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TekkitReference

Preview

A manual plugin made for Tekkit Classic (3.1.2). Retrieves item information from a MySQL database.

Please report any bugs and issues here.
You can download the JAR here.

Usage

General commands
Permission: tekkitreference.ref

  • /ref <item name> [filter]
  • /ref <item id> [filter]
  • /ref look
  • /ref hand

Administrator commands
Permission: tekkitreference.admin

  • /ref admin reload
  • /ref admin info

Availible filters

  • all

Setup

Note: by default, TekkitReference uses the Public Database. You can change this in the config file.

  1. Download JAR and move it to your plugins folder.
  2. Reload/restart/start your server once to create the config file.

Optional: hosting your own database:

  1. Setup a MySQL server locally and import the database from the .sql file.
  2. Modify the config.yml to match your MySQL server's settings.
  3. Reload/restart your server. Check your console if the SQL connection succeeded.

Changelog

v1.3.0

  • All EE items have been added to the database.
  • Added parser for EE items.

v1.2.1

  • Blacklisted items which Bukkit can't retrieve the item id from.

v1.2.0

  • Fixed search for items without data (ex. 151).
  • Created seperate functionn for connecting to DB.
  • Admin reload command now forces reconnect to DB.
  • Replaces null with N/A in output.

v1.1.0

  • Removed JFX toolkit and Services, plugin now works for CLI-only machines.
  • Added Item ID as search term.

v1.0.0

  • Initial version.

TODO

  • Item ID as search term
  • Add more items to the database

About

Always read the manuals! TekkitReference gives detailed data about a block or item. For Tekkit Classic 3.1.2

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages