-
-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task: Expose onRespawnCommands #1719
Comments
This was referenced Mar 15, 2021
tastybento
pushed a commit
to BentoBoxWorld/AcidIsland
that referenced
this issue
Mar 16, 2021
tastybento
pushed a commit
to BentoBoxWorld/Boxed
that referenced
this issue
Mar 16, 2021
* Expose BentoBox 1.14 onRespawnCommands BentoBoxWorld/BentoBox#1719 * Update Settings.java
tastybento
pushed a commit
to BentoBoxWorld/SkyGrid
that referenced
this issue
Mar 16, 2021
tastybento
pushed a commit
to BentoBoxWorld/AOneBlock
that referenced
this issue
Jul 6, 2021
tastybento
added a commit
to BentoBoxWorld/SkyGrid
that referenced
this issue
Aug 15, 2021
* Version 1.16.1 * Expose BentoBox 1.16 portal generation mechanics. BentoBoxWorld/BentoBox#1718 * Adds isCheckForBlocks to false similar to CaveBlock. (#49) * Revert "Adds isCheckForBlocks to false similar to CaveBlock. (#49)" (#53) This reverts commit bd36b95. * Expose BentoBox mobLimitSettings option. (#52) * Expose BentoBox 1.14 onRespawnCommands (#51) BentoBoxWorld/BentoBox#1719 * Implements #49 * Update to 1.17 * Improved blocks and items for 1.17 * Update GitHub Action to Java 16 * Make Pladdon Java 16 code clean up. * Remove missing blocks/items checking code. * Correct reference to SkyGrid in settings * Fix code smells. Co-authored-by: BONNe <bonne@bonne.id.lv>
tastybento
added a commit
to BentoBoxWorld/AOneBlock
that referenced
this issue
Aug 19, 2021
* Add "Icon" Section to Phase Config. (#178) * Add "Icon" Section to Phase Config. * Fix Code Smells/Inconsistencies * Added badges * Remove NPE potential bugs * Fixes incorrect commands and permissions (#128) Update to the AOneBlock command and permission set instead of using AcidIsland and BSkyBlock. Co-authored-by: tastybento <tastybento@users.noreply.github.com> * Update Vietnamese (#143) * Expose BentoBox 1.14 onRespawnCommands. (#158) BentoBoxWorld/BentoBox#1719 * Expose BentoBox 1.16 portal generation mechanics. (#159) BentoBoxWorld/BentoBox#1718 * Remove handlers from events (fixes #161) (#162) * Revert "Remove handlers from events (fixes #161) (#162)" (#180) This reverts commit 4615d58. * Version 1.8.1 * Add Hologram Support to AOneBlock Phases (#179) * Add Holograms to AOneBlock Phases * Add Holograms to AOneBlock Phases * Fix Holograms Not Loading/Add Default Holograms & Fix Hologram Persistence * Fix Merge of Develop, Github's Web Interface is Bad * Convert to Addon#AllLoaded for Hologram Loading * Update 0_plains.yml (#181) * German translation (#184) * Translate de.yml via GitLocalize * Update de.yml Co-authored-by: tastybento <tastybento@wasteofplastic.com> Co-authored-by: tastybento <tastybento@users.noreply.github.com> * Prevent NPE's * Fix sonarcloud complaints about potential NPE * Remove sonar profile * Convert to record * Use Optional isEmpty * Update vi.yml (#186) * Fixed bug if HolographicDisplays is not present. The #179 PR causes the BlockListener to not register if HolographicDisplays is not present. #189 This puts all the HolographicDisplays code in its own class that only gets called if HolographicDisplays exists. It also removes the static getInstance method. * Drop chest items when chest is broken. If drop on top setting is true, then only the chest was being dropped and not the contents of the chest. Also applies to other inventory holders. #191 Co-authored-by: Fredthedoggy <45927799+Fredthedoggy@users.noreply.github.com> Co-authored-by: BONNe <bonne@bonne.id.lv> Co-authored-by: Huynh Tien <huynhqtienvtag@gmail.com> Co-authored-by: Rick Strafy <45132928+Rixafy@users.noreply.github.com> Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com>
tastybento
added a commit
to BentoBoxWorld/AOneBlock
that referenced
this issue
Nov 26, 2021
* Add "Icon" Section to Phase Config. (#178) * Add "Icon" Section to Phase Config. * Fix Code Smells/Inconsistencies * Added badges * Remove NPE potential bugs * Fixes incorrect commands and permissions (#128) Update to the AOneBlock command and permission set instead of using AcidIsland and BSkyBlock. Co-authored-by: tastybento <tastybento@users.noreply.github.com> * Update Vietnamese (#143) * Expose BentoBox 1.14 onRespawnCommands. (#158) BentoBoxWorld/BentoBox#1719 * Expose BentoBox 1.16 portal generation mechanics. (#159) BentoBoxWorld/BentoBox#1718 * Remove handlers from events (fixes #161) (#162) * Revert "Remove handlers from events (fixes #161) (#162)" (#180) This reverts commit 4615d58. * Version 1.8.1 * Add Hologram Support to AOneBlock Phases (#179) * Add Holograms to AOneBlock Phases * Add Holograms to AOneBlock Phases * Fix Holograms Not Loading/Add Default Holograms & Fix Hologram Persistence * Fix Merge of Develop, Github's Web Interface is Bad * Convert to Addon#AllLoaded for Hologram Loading * Update 0_plains.yml (#181) * German translation (#184) * Translate de.yml via GitLocalize * Update de.yml Co-authored-by: tastybento <tastybento@wasteofplastic.com> Co-authored-by: tastybento <tastybento@users.noreply.github.com> * Prevent NPE's * Fix sonarcloud complaints about potential NPE * Remove sonar profile * Convert to record * Use Optional isEmpty * Update vi.yml (#186) * Fixed bug if HolographicDisplays is not present. The #179 PR causes the BlockListener to not register if HolographicDisplays is not present. #189 This puts all the HolographicDisplays code in its own class that only gets called if HolographicDisplays exists. It also removes the static getInstance method. * Drop chest items when chest is broken. If drop on top setting is true, then only the chest was being dropped and not the contents of the chest. Also applies to other inventory holders. #191 * Version 1.9.0 * Make AOneBlock a Pladdon. * Prevent liquid flow into magic block. #193 * Adds BlockClearEvent to API This enables plugins like AdvancedChests to know that a block will be cleared as a result of an entity spawning and handle the situation. * Fix for phases with spaces in the name. #196 * Fix issue with hologram NPE. * Re-engineer for 1.16.5 support. * Update es.yml (#201) * fix nullable nextKey on OneBlocksManager (#197) * Fix references to "/bsbadmin" in config (#194) * Fix references to "/bsbadmin" in config The configuration file's comments contain multiple references to the "/bsbadmin" command. This changes them to "/obadmin", the correct command for AOneBlock. * Fix command references in resources/config.yml * Use string escaping to preserve unicode chars May help #204 * Escape unicode chars. * Fix code smells. * BentoBox 1.18 API * Adjust API versions to allow 1.16.5 usage. #196 * Update zh-CN.yml (#205) * Enable customization of the scale character #207 * Fixes missing entries to phase files when adding chest #210 * Prevent null call to User.getInstance * Do not reset inventory, health, and food by default. This is so newbie admins don't complain when they start a new game and their inventory is wiped. Use InvSwitcher. * Add setcount command for player. (#211) * Add setcount command for player. #206 * Fix bug where target name wasn't used for island * Made command in-game only. Co-authored-by: Fredthedoggy <45927799+Fredthedoggy@users.noreply.github.com> Co-authored-by: BONNe <bonne@bonne.id.lv> Co-authored-by: Huynh Tien <huynhqtienvtag@gmail.com> Co-authored-by: Rick Strafy <45132928+Rixafy@users.noreply.github.com> Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com> Co-authored-by: KrazyxWolf <68208993+KrazyxWolf@users.noreply.github.com> Co-authored-by: James Tai <45131430+j-tai@users.noreply.github.com> Co-authored-by: Katorly <70022443+katorly@users.noreply.github.com>
BONNe
added a commit
to BentoBoxWorld/SkyGrid
that referenced
this issue
Oct 4, 2022
* Version 1.16.1 * Expose BentoBox 1.16 portal generation mechanics. BentoBoxWorld/BentoBox#1718 * Adds isCheckForBlocks to false similar to CaveBlock. (#49) * Revert "Adds isCheckForBlocks to false similar to CaveBlock. (#49)" (#53) This reverts commit bd36b95. * Expose BentoBox mobLimitSettings option. (#52) * Expose BentoBox 1.14 onRespawnCommands (#51) BentoBoxWorld/BentoBox#1719 * Implements #49 * Update to 1.17 * Improved blocks and items for 1.17 * Update GitHub Action to Java 16 * Make Pladdon Java 16 code clean up. * Remove missing blocks/items checking code. * Correct reference to SkyGrid in settings * Fix code smells. * Update to Minecraft 1.17 world gen. Biomes are made by default now. * Update to BentoBox 1.21 API Co-authored-by: BONNe <bonne@bonne.id.lv>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Is your feature request related to a problem?
This is a task for us to expose onRespawnCommands options from BentoBox 1.14 into all GameModes.
The text was updated successfully, but these errors were encountered: