Vastrix / Offline-Teleporter

A bukkit plugin that let's you teleport to offline players and vice versa
GNU General Public License v3.0
3 stars 5 forks source link

Plugin sees Citizens2 NPCs as Players #8

Open axemwa opened 5 years ago

axemwa commented 5 years ago

Plugin sees Citizens2 NPCs as Players in 1.13.2, but it still works fine but still might be worth fixing

[15:21:17 INFO]: [OfflineTeleporter] Enabling OfflineTeleporter v0.6* [15:21:17 INFO]: [OfflineTeleporter] Mapping UUID's.. [15:21:17 INFO]: [OfflineTeleporter] error: No UUID in the userfile: Eye Donny.yml [15:21:17 INFO]: [OfflineTeleporter] error: No UUID in the userfile: Sass Mat.yml [15:21:17 INFO]: [OfflineTeleporter] error: No UUID in the userfile: Clarence.yml [15:21:17 INFO]: [OfflineTeleporter] error: No UUID in the userfile: Big Lez.yml [15:21:17 INFO]: [OfflineTeleporter] error: No UUID in the userfile: Bob.yml [15:21:17 INFO]: [OfflineTeleporter] error: No UUID in the userfile: Mike Nolan.yml [15:21:17 INFO]: [OfflineTeleporter] error: No UUID in the userfile: Scruffy.yml [15:21:17 INFO]: [OfflineTeleporter] Finished Mapping! (118)

Vastrix commented 5 years ago

Hey there, Hate to be the bearer of bad news but this project has long since been abandoned :s
Is Bukkit still even a thing? :o

I've the project status on the Readme to warn people! :)

axemwa commented 5 years ago

oh thats a shame it still works fine mostly and this is the only problem I have with it, yes bukkit is still a thing, and spigot, and paper lol

Willsr71 commented 5 years ago

I believe this is because the Citizens2 NPC entity extends the mc PlayerEntity and therefore gets saved in the same folder by default. I'll look into it at some point.