Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

World-based criteria does not work #94

Open
3 of 4 tasks
0ofland opened this issue May 14, 2021 · 1 comment
Open
3 of 4 tasks

World-based criteria does not work #94

0ofland opened this issue May 14, 2021 · 1 comment

Comments

@0ofland
Copy link

0ofland commented May 14, 2021

Use this template as a guideline for reporting KiteBoard related issues. Please use pastebin or another text service for reporting stacktraces.

Make sure you have previously:

  • Read the Wiki and Documentation for any information.
  • Checked you're running a supported KiteBoard version.
  • [~] Checked the issue is not with a third party plugin. (commonly placeholder expansions)

**Purchasing Username: julianprieber

Issue
World-based criteria does not work.
I want to implement World-based criteria in our server, the score board should only be visible at spawn.
This is the World-based criteria I used: (see full attached)
"criteria:
1:
type: world
world: "spawn"
It is still visible in all worlds.

Expected Behaviour
The score board should only be visible at spawn (world name spawn).

Observed Behaviour
Score board is still visible in all worlds.

Server Software and Version
paper-1.16.5-583
Kite Board v3.2.3

Other Information

PNG

https://pastebin.com/aW3BusxY

I'm using the following plugins in conjuntion with KiteBoard:

  • Citizens
  • PlaceholderAPI
    Other's:
    LuckPerms

Issue Screenshots or Evidence
Upload stacktraces to: https://paste.helpch.at or any other text service.

@Niall7459
Copy link
Owner

basicaly in Your config you only need 1 criteria: section:
Just this one:

criteria:
  1:
    type: world
    world: "spawn"

You can remove the one below it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants