BentoBoxWorld / Level

Add on for BentoBox to calculate island levels for BSkyBlock and AcidIsland. Please read the Wiki!
Eclipse Public License 2.0
24 stars 31 forks source link

The commands "/bsb top" and "/acid top" do not display the top ten player list #45

Closed HuJunwei23333 closed 5 years ago

HuJunwei23333 commented 5 years ago

Description Typing the commands "/bsb top" and "/acid top" cannot be displayed in the top 10 players in the chat bar.

Steps to reproduce the behavior:

  1. Type the command '/bsb top'
  2. But will output '/bsbadmin top: show the top ten list'
  3. Scroll down to '....'
  4. See error

Expected behavior I can use it in previous versions, I want to use this feature to do the top ten list of holograms.

Screenshots qul3c_vc j 2e_hpb j qlf

Server Information:

[Please complete the following information:]

Additional context Add any other context about the problem here.

BONNe commented 5 years ago

You should reset Level 1.2.1 configuration.

Level addon by default is disabled in all game modes. To enable you should reset its configuration or add following lines:

# Level will hook into these game modes. Don't forget to set any world-specific
# block values below!
game-modes:
- AcidIsland
- BSkyBlock
- CaveBlock
HuJunwei23333 commented 5 years ago

You should reset Level 1.2.1 configuration.

Level addon by default is disabled in all game modes. To enable you should reset its configuration or add following lines:

# Level will hook into these game modes. Don't forget to set any world-specific
# block values below!
game-modes:
- AcidIsland
- BSkyBlock
- CaveBlock

Old version configuration file has been deleted

wellnesscookie commented 5 years ago

I think this is the problem, please read the latest comment https://github.com/BentoBoxWorld/Level/issues/22, or at least the edit since then had made some changes so it's not functioning.

We did not update our Levels addon, because the commands weren't usable at 1.3.0 SNAP, so I suggest we wait as @tastybento said, I mean... At least /is top was not recognised, after the commit he submited.

HuJunwei23333 commented 5 years ago

I think this is the problem, please read the latest comment #22

Yes, I can use HolographicDisplays+Holographic Extension to make the hologram support PlaceholderAPI and then use Top Ten Placeholders %Level_bskyblock-island-level-top-value-x% where x is a number between 1 and 10 %Level_bskyblock-island-level-top-name-x% where x is a number between 1 and 10

tastybento commented 5 years ago

Fixed. Thanks for the report.