AreaShop/AreaShop/src/main/java/me/wiefferink/areashop/managers
Thijs Wiefferink 4cda8a9292 Fix sign handling for 1.14
- Setup modules to load different classes for different Bukkit/Spigot versions
- Create BukkitHandler to get/set the sign facing and get the block it is attached to
- Fix `/as addsign` to use new sign methods
- Fix sign updates to use new sign methods
- Implement full forwards and backwards compatibility of the saved sign material type
    - On Bukkit 1.12 and lower all special wood types are translated to the standard sign
    - On Bukkit 1.13 the internal sign name is translated (and special wood types to the standard one)
    - On Bukkit 1.14 the signs of 1.13- are translated to the OAK variants
- Cleanup the .gitignore files inside of the module folders
2019-06-23 21:53:48 +02:00
..
CommandManager.java Refactoring based on SonarLint and Intellij IDEA inspections 2019-01-26 21:23:49 +01:00
FeatureManager.java Move event commands to a feature class, add two events 2019-01-28 23:37:43 +01:00
FileManager.java Update checkstyle from 7.6 to 8.21 2019-06-01 17:08:30 +02:00
Manager.java Cleanups because of Intellij IDEA inspections 2018-05-23 23:46:57 +02:00
SignLinkerManager.java Fix sign handling for 1.14 2019-06-23 21:53:48 +02:00