Update README.md
This commit is contained in:
parent
c31ec1ad05
commit
17cd3276a3
1 changed files with 29 additions and 1 deletions
30
README.md
30
README.md
|
@ -1,2 +1,30 @@
|
||||||
# GibsoniaCraft
|
# GibsoniaCraft
|
||||||
A plugin created for a dorm Minecraft server
|
|
||||||
|
## 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](https://github.com/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 tools based off of BradzCraft which extends [PowerTool](https://bitbucket.org/bloodyshade/powermining/src/default/) which is based off of [Tinkers' Construct](https://github.com/SlimeKnights/TinkersConstruct).
|
||||||
|
|
||||||
|
#### 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
|
||||||
|
|
||||||
|
#### Current Issues
|
||||||
|
|
||||||
|
- Does not account for enchantments
|
||||||
|
|
||||||
|
## License
|
||||||
|
[MIT](LICENSE)
|
||||||
|
|
Reference in a new issue