BentoBoxWorld / Warps

BentoBox add-on for Welcome Warp Signs
Eclipse Public License 2.0
10 stars 12 forks source link

New warp signs won't show up in GUI #121

Closed thunderlight411 closed 1 year ago

thunderlight411 commented 1 year ago

Expected behavior

When a sign is made by a player i expect that is shows up in the /IS GUI.

Observed/Actual behavior

Warps are not made visable in the GUI but are shown in the json file

Steps/models to reproduce

Place a sign as a player and check the /is Warps to see if it shows the new warp

BentoBox version

[19:50:43] [Server thread/INFO]: Running PAPER 1.19.4. [19:50:43] [Server thread/INFO]: BentoBox version: 1.23.1 [19:50:43] [Server thread/INFO]: Database: JSON [19:50:43] [Server thread/INFO]: Loaded Game Worlds: [19:50:43] [Server thread/INFO]: bskyblock_world (BSkyBlock): Overworld, Nether, The End [19:50:43] [Server thread/INFO]: Loaded Addons: [19:50:43] [Server thread/INFO]: Bank 1.5.0 (DISABLED) [19:50:43] [Server thread/INFO]: Biomes 2.1.1 (ENABLED) [19:50:43] [Server thread/INFO]: BSkyBlock 1.16.1 (ENABLED) [19:50:43] [Server thread/INFO]: Challenges 1.2.0 (ENABLED) [19:50:43] [Server thread/INFO]: ControlPanel 1.13.0 (ENABLED) [19:50:43] [Server thread/INFO]: DimensionalTrees 1.6.0 (ENABLED) [19:50:43] [Server thread/INFO]: Level 2.10.0 (ENABLED) [19:50:43] [Server thread/INFO]: Warps 1.13.0 (ENABLED)

Plugin list

[19:52:04] [Server thread/INFO]: Server Plugins (26): [19:52:04] [Server thread/INFO]: Bukkit Plugins: [19:52:04] [Server thread/INFO]: - BentoBox, BentoBox-Bank, BentoBox-Biomes, BentoBox-BSkyBlock, BentoBox-Challenges, BentoBox-Level, BentoBox-Warps, BungeeTabListPlus, CMI, CMILib [19:52:04] [Server thread/INFO]: CoreProtect, dynmap, FreedomChat, ImageMaps, *IPWhitelist, JustTitle, LuckPerms, MaintenanceAddon, MultiChat, PlaceholderAPI [19:52:04] [Server thread/INFO]: Plan, spark, UltimateVotes, Vault, WorldEdit, WorldGuard [19:52:05] [Server thread/INFO]: Checking version, please wait... [19:52:05] [Thread-309/INFO]: This server is running Paper version git-Paper-538 (MC: 1.19.4) (Implementing API version 1.19.4-R0.1-SNAPSHOT) (Git: bcd8dc2) You are running the latest version Previous version: git-Paper-525 (MC: 1.19.4)

Other

Screenshot 2023-05-26 193944 Screenshot 2023-05-26 194243 Screenshot 2023-05-26 194027

tastybento commented 1 year ago

Hmm, I can't replicate this.

Screenshot 2023-05-27 at 10 22 04 AM Screenshot 2023-05-27 at 10 22 47 AM
> bbox v
[10:25:01 INFO]: Running PAPER 1.19.4.
[10:25:01 INFO]: BentoBox version: 1.23.2-SNAPSHOT-LOCAL
[10:25:01 INFO]: Database: JSON
[10:25:01 INFO]: Loaded Game Worlds:
[10:25:01 INFO]: acidisland_world (AcidIsland): Overworld, Nether, The End
[10:25:01 INFO]: boxed_world (Boxed): Overworld, Nether
[10:25:01 INFO]: bskyblock_world (BSkyBlock): Overworld, Nether, The End
[10:25:01 INFO]: Loaded Addons:
[10:25:01 INFO]: AcidIsland 1.18.0 (ENABLED)
[10:25:01 INFO]: Bank 1.5.0 (DISABLED)
[10:25:01 INFO]: Biomes 2.1.1 (ENABLED)
[10:25:01 INFO]: Border 4.1.0 (ENABLED)
[10:25:01 INFO]: Boxed 2.0.4-SNAPSHOT-LOCAL (ENABLED)
[10:25:01 INFO]: BSkyBlock 1.16.1 (ENABLED)
[10:25:01 INFO]: Challenges 1.2.0 (ENABLED)
[10:25:01 INFO]: ControlPanel 1.13.0 (ENABLED)
[10:25:01 INFO]: DimensionalTrees 1.6.0 (ENABLED)
[10:25:01 INFO]: InvSwitcher 1.12.0-SNAPSHOT-LOCAL (ENABLED)
[10:25:01 INFO]: Level 2.10.0 (ENABLED)
[10:25:01 INFO]: Limits 1.19.1 (ENABLED)
[10:25:01 INFO]: Warps 1.13.0 (ENABLED)

I don't know why you are not seeing the second warp. How are you placing the warp sign? If you check at those coords, is the sign still there? When you run /is warps is there any error in the console?

thunderlight411 commented 1 year ago

hmm thats strange,

Sign is placed on a oak sign with at the top line [Welcome] when executing /is warps the console only shows the command and no errors

image

And as you can see both signs are still standing at the position as the information tells in the database. and only the first position is shown in the gui 2023-05-27_21 12 48 2023-05-27_21 12 12

Also when i try teleporting to the warp it only shows the first warp image And when filling in the player name i got the message that the warp on longer exists

tastybento commented 1 year ago

There is a flag in Island Settings ("PLACE_WARP") that defines which rank can set warps - what is your setting? It's in the Expert tab. Also, there's a config setting in config.yml removeExistingWarpsWhenFlagChanges that if true will remove warp settings. Maybe something is going on there.

thunderlight411 commented 1 year ago

the config says the place_warps=true with a default-island-flags: of 500 the user placing the sign are member or owner so that must be oke to let it working. Screenshot 2023-05-28 080427

Herby the current config files from both bskyblock and the warps addon.

BSkyBlock_config.yml.txt Warps_config.yml.txt

I hope you can find what i have done as far i know its not changed from the default settings

thunderlight411 commented 1 year ago

Problem seems te be resolved, have removed the addon and its config files and readded them again to generate fresh files and it seems to be resolved. no idea whats new when i compare the files there are no changes as far i see.

tastybento commented 1 year ago

Okay. Thanks for the follow up.