Skip to content
#

bukkit-plugin

Here are 1,006 public repositories matching this topic...

Plan
DrakePork
DrakePork commented Jan 30, 2020

Some suggestions to placeholders:

  • A placeholder to show Player Caused Deaths
  • A placeholder to show Mob K/D
  • A placeholder to show Mob Caused Deaths
  • A placeholder to show recent player kills (ex: player_recent_kill_<1-10>)
  • A placeholder to show recent deaths (ex: player_recent_death_<1-10>)

A list of all available placeholders on the github wiki.

bob7l
bob7l commented Apr 18, 2020

The email feature is very cool, but sadly lacks the ability to unregister these emails, even through API.

This is very problematic because it means the user cannot ever sell the account or transfer ownership after registering an email.

Another issue is they can't ever remove an unwanted email when they add more then one.

sandtechnology
sandtechnology commented Apr 15, 2021

Taken from @ ThiagoROX which in discord
I don't think that command would be a good way, I believe it would be better when the option is enabled, the plugin will perform the check when it is initialized (server initialization) and remove the stores, so we wouldn't have a performance problem and so on...

Exemple:
purge:
  # Should it be enabled?
  enabled: false
  # How many days should

Improve this page

Add a description, image, and links to the bukkit-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bukkit-plugin topic, visit your repo's landing page and select "manage topics."

Learn more