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
2019-09-20 16:43:08 -04:00
plugin changed event priority to give partial compatibility to McMMO 2019-09-20 22:44:05 -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-20 16:43:08 -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 & Blocks

GibsoniaCraft adds new tools and blocks to the server.
Note: 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 (Tool)
    • 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 (Tool)
    • 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 (Tool)
    • Chops an entire tree from the bottom-up
    • Crafted with four of a corresponding tool material in a circle surrounding an axe
  • Chunk Loader (Block)
    • Keeps a chunk loaded when no player is inside it.
    • Can only place one per chunk
    • Removing chunk loader will stop the chunk from being loaded forcefully
    • Crafted with three obsidian (along bottom row), 1 magma block (center center), 1 prismarine crystals (top center), and 4 emeralds (remaining mid/upper sides)

Current Issues

  • Chunk Loader: If a chunk loader and a beacon are placed in the same chunk, either block will drop the chunk loader first and the beacon next
    • This is a limitation of the server plugin interface: custom block items lose all their custom metadata when placed in the world. There is no known workaround.

Incompatibilities

  • Any world protection plugin
    • Does not yet account for world protecting plugins with GC tools
  • McMMO (PARTIAL)
    • XP gain only comes from the initially targetted block when using GC tools. This incompatibility cannot be addressed to do no accessible reference to McMMO's BlockListener class (which handles xp gain based on Bukkit's BlockBreakEvent which is only called on the targetted block)

License

MIT