55 Commits (686ad312c5fb91be8a1bfd0a6626ab7970c6fc83)

Author SHA1 Message Date
Ruakij 686ad312c5 Removed upcasting, check is done on reference-layer anyways 4 years ago
Ruakij 973897cc3e Notify player when teleport could not succeed 4 years ago
Ruakij 1eb472b576 Added check when no safe-location could be found 4 years ago
Ruakij c41ab95baf Added comments 4 years ago
Ruakij 5e22456f61 Fixed empty-space search not working, because of missing ignore 4 years ago
Ruakij 2bda948c8f Fixed CustomMoveEvent firing all the time instead of only on Block-change 4 years ago
Ruakij 6c2e06afaf Changed data.yml format and added save-method 4 years ago
Ruakij b54af93d4b Made Manager static 4 years ago
Ruakij 1168b8859a Changed data-yml format 4 years ago
Ruakij b8ed619b1c Implemented search for safe-location on target-beacon 4 years ago
Ruakij 1ab17c1ab6 Added overloaded-alternative-method searchForMaterial 4 years ago
Ruakij fdc17aad0f Fixed logic 4 years ago
Ruakij bf18c82d6d Fixed broken if-statements 4 years ago
Ruakij 2f64eb5ed0 Added player-messages 4 years ago
Ruakij cf061f9d75 Migrated logic to objects 4 years ago
Ruakij b593a22568 Moved code to objects 4 years ago
Ruakij 884184006c Added player to ignoreList even on unsuccessful teleport 4 years ago
Ruakij 41a15103b3 Fixed List having wrong Type 4 years ago
Ruakij b010280111 Fixed player being removed from ignoreList directly after teleport. 4 years ago
Ruakij 63bab8ae2e Fixed misplaced FIXME comment 4 years ago
Ruakij 3d602c526d Implemented partner-list saved on LinkedBeaconTeleporter 4 years ago
Ruakij f03a80cf99 Implemented teleporting 4 years ago
Ruakij 51e22f2f9e Moved code to normal listeners 4 years ago
Ruakij 3695315d42 Added searchForMaterial Function and List of transparentMaterials 4 years ago
Ruakij b819fcb9f5 Added proper api-version-tag 4 years ago
Ruakij ddb6525c40 Implemented CustomPlayerMoveEvent that only fires on certain conditions and only checks every 10ticks 4 years ago
Ruakij c0917a1ab6 Switched to proper Crafting-mechanics 4 years ago
Ruakij 3d757a6ccf LinkedBeaconTeleporterItem generates own ItemStack 4 years ago
Ruakij a296a190c6 Added Gamemode-check 4 years ago
Ruakij 800032f530 Fixed list not getting written to HashMap 4 years ago
Ruakij 3df5c9d4ac Implemented placing of LinkedBeaconTeleporterItem 4 years ago
Ruakij d9c95a5e53 Implemented breaking of LinkedBeaconTeleporterBlock and dropping LinkedBeaconTeleporterItem 4 years ago
Ruakij 3f73d15a5a Commended search for existing LinkedBeaconTeleporterItem
(this will lead to more than only 2 linked items)
4 years ago
Ruakij de1c2816a2 Added missing import 4 years ago
Ruakij 4efa26fe0e Added null-check for lore 4 years ago
Ruakij 8889a16bdc Fixed regex-generation 4 years ago
Ruakij f8c7672cfa Fixed not using ItemMeta 4 years ago
Ruakij cb4adc3bc1 Fixed missing ItemMeta assignment 4 years ago
Ruakij 6a4369c527 Fixed Wrong Method-Arguments 4 years ago
Ruakij a7a8a4b037 Implemented linking of beacons in crafting 4 years ago
Ruakij b1169f48db Ability to create new LinkedBeaconTeleporterItem 4 years ago
Ruakij efb18aa711 Fixed spelling :/ 4 years ago
Ruakij 0b538db2a4 Implemented check to detect attempt to place LinkedBeaconTeleporterItem 4 years ago
Ruakij 90443d51f7 Fixed Item returning wrong class 4 years ago
Ruakij 69fcab7bbc Implemented check to detect attempt to break LinkedBeaconTeleporterBlock 4 years ago
Ruakij 376695b466 Implemented check to detect attempt to link 2 beacons 4 years ago
Ruakij da05087876 Implemented Block-Location de/serialisation 4 years ago
Ruakij 2f621d7a9b Implemented getter for LinkedBeaconTeleporterBlock from Location and teleportId 4 years ago
Ruakij 59e8768ddb Implemented conversion between ItemStack and LinkedBeaconTeleporterItem 4 years ago
Ruakij 48f961fc9c Added Manager for storing Data related to id and location 4 years ago