Since Last Release:
* 093a9cf (HEAD, tag: v1.3.0, origin/master) Implement Configuration and Custom Recipes [bundabrg]
Portals can now be configured in some detail in `config.yml` including the type of block they are and what sounds they make.
Additionally you can now specify a custom crafting recipe so that players can craft the block.
Changes:
* Set crafting recipes to be fairer
* Implement Crafting Recipes
* Update Documentation
* Convert to Jackson
* Make use of configuration for portals
Since Last Release:
* c7c7de0 (HEAD, tag: v1.2.3, origin/master) Bump BCF to v1.2.9 [bundabrg]
| Fixes an NPE in newer versions of Minecraft
|
* 5ee7855 (origin/fix/documentation) Update documentation [bundabrg]
PDF is no longer supported
Since Last Release:
* 4853627 (HEAD, tag: v1.2.2, origin/master) When removing a portal make sure to undial it [bundabrg]
| Closes #19
|
* 8f7ef55 Misc Fixes [bundabrg]
| * Update BCF
| * Simplify Events
| * If an endportal is in the end it will show as a nether portal to work around an as yet unfixable bug
|
* 50e12d1 Fix portal list so teleport works between dimensions [bundabrg]
|
* 92f2353 Update BCF and register portals after server load [bundabrg]
Since Last Release:
* 5006282 (HEAD, tag: v1.2.1, origin/master) Update Release notes to show Body [bundabrg]
| * Release will publish the body of the commit to both Github Release and SpigotMC
|
* ba52720 Handle duplicate Portal Addresses [bundabrg]
| Changes:
| * Trying to place a second portal with same network+address will pop out the address block
| * We also now show when a portal is valid or not by changing its block to a BEACON when valid
|
* 8e09c15 Merge pull request #17 from bundabrg/feature/spigot-update [bundabrg]
|\ Feature/spigot update
| * 837f1f3 Update Build Workflow [bundabrg]
| |
| * 0b8c81d Update README [bundabrg]
|/
|
* 5f83bfa Merge pull request #16 from bundabrg/feature/spigot-update [bundabrg]
| Feature/spigot update
* 9daac9c Update Shading Pattern [bundabrg]