1
0
Fork 0
No description
This repository has been archived on 2024-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Lightling 0e0bb1c16f edited intial checks to include both tooltype and blocktype rather than just tool
bug initially noticed when using lumber-axe on melons - axe would take 2 damage
2019-09-18 20:48:36 -04:00
plugin edited intial checks to include both tooltype and blocktype rather than just tool 2019-09-18 20:48:36 -04:00
.gitattributes Initial commit 2019-09-12 18:59:17 -04:00
.gitignore Initial commit 2019-09-12 18:59:17 -04:00
LICENSE Initial commit 2019-09-12 18:59:17 -04:00
README.md Update README.md 2019-09-17 16:42:40 -04:00

GibsoniaCraft

About

GibsoniaCraft is a plugin created for a dorm Minecraft server. GibsoniaCraft is partially a remake from the ground up of BradzCraft (a plugin made for a previous dorm server) (Credit: BradzTech). There are three goals behind GibsoniaCraft:

  • To have a custom plugin with desired features for for an otherwise lightweight server
  • To begin learning Java
  • To begin learning Bukkit API (and subsequent derivatives (-> Spigot -> Paper))

Features

Tools

GibsoniaCraft adds new tools to the server. Excavator/Hammer based off of BradzCraft which extends PowerTool which is based off of Tinkers' Construct. Lumber Axe concept based off of Tinkers' Construct.

Current Features

  • Excavator
    • Digs in a 3x3 square based off of the targetted direction
    • Crafted with four of a corresponding tool material in a circle surrounding a shovel
  • Hammer
    • Mines in a 3x3 square based off of the targetted direction
    • Crafted with four of a corresponding tool material in a circle surrounding a pickaxe
  • Lumber Axe
    • Chops an entire tree from the bottom-up
    • Crafted with four of a corresponding tool material in a circle surrounding an axe

Current Issues

  • Tools does not account for enchantments (other than unbreaking)

License

MIT