MLG-Fortress / PopulationDensity

The now-official repository of the PopulationDensity Bukkit plugin
https://dev.bukkit.org/projects/population-density
10 stars 10 forks source link

Spam in chat when using /visit #61

Closed Spoonerj1 closed 6 years ago

Spoonerj1 commented 6 years ago

Players on my server are smacked with a ton of spam when using /visit {region}. Happens anytime using /visit. You do not have to tab complete to get the error, it just spams the chat as you type.

unknown

RoboMWM commented 6 years ago

Did tab completion change? Thinking it may have to do with the names of your region(s).

Spoonerj1 commented 6 years ago

We are using standard names from the config except for a few regions. Its the same no matter what name we use

RoboMWM commented 6 years ago

It iterates through all names, so it matters what names are in use.

Spoonerj1 commented 6 years ago

All the names in use by the server. We have regions named ShoppingDistrict, SpoonCity, TheHive, Iceberg, and Olympus that obviously aren't in the list. Are spaces in Region Names allowed or no? I assumed no

RoboMWM commented 6 years ago

Need server log of exception btw.

Spoonerj1 commented 6 years ago

https://pastebin.com/Pcy9KyZj

This photo is after using /visit Mall. The teleportation works as expected. 2018-11-06_12 09 06

RoboMWM commented 6 years ago

There's no tabcompletion package in PopulationDensity nor a TabCompletionUtil, so idk what the heck you're running... obviously not this version of PopulationDensity

RoboMWM commented 6 years ago

version 5.8.9 of populationdensity, so yea, you're running something other version of PopulationDensity. Definitely not from here.

RoboMWM commented 6 years ago

Yea, you're running @Dogeveloper's fork instead of this one.

RoboMWM commented 6 years ago

You can download the official version (this repo) here http://dev.bukkit.org/bukkit-plugins/population-density/

gnubufferoverflows commented 6 years ago

@Spoonerj1 If you want to report issues with my fork, please do it here: https://github.com/Dogeveloper/PopulationDensity/issues

In your case I'm going to need a more comprehensive server log to figure out what is going on. The whole thing isn't necessarily required, it's just that's there is a lot of things that could be going wrong, some of them not necessarily involving a bug with the plugin.