sjavi4 / PlayerDoll

Fake Player Plugin for Spigot Paper Folia
36 stars 0 forks source link

Doll spawn failure: wait for listener #32

Open TangleRisk opened 4 months ago

TangleRisk commented 4 months ago

I'm getting the following server logs and the doll does not spawn.

The [PlayerDoll] Wait For Listener continues to repeat until server restart

[18:09:35 INFO]: TangleRisk issued server command: /playerdoll:doll spawn red
[18:09:35 INFO]: [PlayerDoll] Doll Config [-red] Saved Successfully.
[18:09:35 INFO]: [PlayerDoll] Fake Client connected to Server
[18:09:35 INFO]: [PlayerDoll] Wait For Listener
[18:09:36 INFO]: [PlayerDoll] Wait For Listener
[18:09:36 INFO]: [PlayerDoll] Wait For Listener
[18:09:36 INFO]: [PlayerDoll] Wait For Listener

Running purpur, here's my mcman server file which should have most versions of plugins I'm using:

name = "purpur"
mc_version = "1.20.4"

[jar]
type = "purpur"
build = "latest"

[variables]
PORT = "25565"

[launcher]
eula_args = true
nogui = true

[markdown]
files = ["README.md"]
auto_update = false

[options]
success_line = ""
stop_command = ""

[[plugins]]
type = "modrinth"
id = "simple-voice-chat"
version = "aiI5iPUK"

# https://modrinth.com/plugin/playerdoll/version/kZordHRn
[[plugins]]
type = "modrinth"
id = "playerdoll"
version = "kZordHRn"

[[plugins]]
type = "modrinth"
id = "dynmap"
version = "5F9fwzR1"

[[plugins]]
type = "curserinth"
id = "31043"
version = "5168643"

[[plugins]]
type = "curserinth"
id = "31054"
version = "4675318"

[[plugins]]
type = "hangar"
id = "Multiverse-Core"
version = "4.3.12"

[[plugins]]
type = "url"
url = "https://download.luckperms.net/1534/bukkit/loader/LuckPerms-Bukkit-5.4.121.jar"
desc = "LuckyPerms Bukkit plugin"

[[plugins]]
type = "url"
url = "https://dev.bukkit.org/projects/cleanroomgenerator/files/3596715/download"
filename = "CleanroomGenerator-1.2.1.jar"
desc = "Cleanroom Generator Plugin"

[[plugins]]
type = "ghrel"
repo = "aromaa/WorldGuardExtraFlags"
tag = "v4.2.3"
asset = "first"

[[plugins]]
type = "ghrel"
repo = "MilkBowl/Vault"
tag = "1.7.3"
asset = "first"

I deleted the config folder hoping that might help but it didn't.

I've used this plugin for a while, not sure why it's having problems now. Nothing was updated recently that might cause this change.

I'm a software engineer, it's been a few years since I coded in Java, but please let me know if I can provide more debugging info.

sjavi4 commented 4 months ago

The plugin version you using is seemingly like v1.25.3, would you like to try v1.26.1? There is some changes in fake connection method between v1.25.3 and v1.26.1, which might fix the problem you mentioned.

Maplefsnow commented 2 months ago

same question at v1.27.2 mc version: purpur1.20.4-2176 blank server

sjavi4 commented 2 months ago

@TangleRisk @Maplefsnow A new Version has released, please check https://modrinth.com/plugin/playerdoll/version/1.28Dev

Maplefsnow commented 2 months ago

I noticed that BungeeCord connection is not implemented at v1.28, will it be available in the future version? This function is helpful for those bc-grouped servers. Appreciate your consideration. Thank you for your excellent work!

sjavi4 commented 2 months ago

I noticed that BungeeCord connection is not implemented at v1.28, will it be available in the future version? This function is helpful for those bc-grouped servers. Appreciate your consideration. Thank you for your excellent work!

Working on this currently, still need some time to make to connection flow better

Maplefsnow commented 2 months ago

to

hoping for it!

sjavi4 commented 2 months ago

hoping for it!

https://modrinth.com/plugin/playerdoll/version/lbTw2Mzy

A BungeeCord version has released. Hope it helps.

Maplefsnow commented 2 months ago

Thank you, I am gonna test it on my server