Whitescan / PlayerPlot

Spigot plugin - allows players to claim and manage protected plots.
MIT License
3 stars 3 forks source link

plot scan does not visually show plot border #4

Closed marcelschoen closed 1 year ago

marcelschoen commented 1 year ago

I installed the plugin (1.21.0) on a Paper 1.19.2 server with no other plugins. I tested it with a Minecraft 1.19.2 client on Windows and on Ubuntu Linux. In both cases, when I am on a plot and enter the command "/plot scan", I get a console response, and I get an audio feedback (some sound effect) - but I see no plot border. No visual indiciation. There is no energy barrier to be seen anywhere.

My "config.yml" file:

# Player Plot Configuration
# Read more on the wiki:
# https://gitlab.com/sword7/playerplot/-/wikis/setup/configuration
Language file: en
Use /pplot root: false
Starting Plot Amount: 1
Maximum Plot Amount: 50
Plot Unit Size: 25
Plot pvp: true
Plot world blacklist:
  - example-world
Protection warning:
  particle: true
  sound: true
  message: true
# Database
Use database: false
host: 00.00.000.00
port: 3306
database: myDatabase
username: myUsername
password: myPassword
ssl: false
# Dynmap
Use dynmap: true
Show Plot Markers by Default: true
marcelschoen commented 1 year ago

Tested with the latest release 1.21.0, and it works fine.