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.
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
Note: by default, TekkitReference uses the Public Database. You can change this in the config file.
- Download JAR and move it to your
plugins
folder. - Reload/restart/start your server once to create the config file.
Optional: hosting your own database:
- Setup a MySQL server locally and import the database from the .sql file.
- Modify the config.yml to match your MySQL server's settings.
- Reload/restart your server. Check your console if the SQL connection succeeded.
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.
Item ID as search term- Add more items to the database