Skip to content

[Feature] PlaceHolder condition #24

Description

@tiradorus

I know it's a bit strange, but with a global "placeholder condition" you could add many and many conditions that scale on other plugins.

Some examples:

Condition:
  Placeholder: %server_time_MMM%
  Value: Jan

Make the skill usable only on January
Condition:
  Placeholder: %objective_score_Light%
  Value: 15

Make the skill usable only if the player have the ScoreBoard "Light" to 15
Condition:
  Placeholder: %factions_powermax%
  Value: 23

Make the skill usable only if the player have a 23 max Power from the plugin "Factions"
Condition:
  Placeholder: %quests_player_has_current_quest_exampleQuest%
  Value: true

Make the skill usable only if the player have the quest "exampleQuest" from the plugin "Quests"

Etc etc.

You could create as much conditions as you want just with placeholder, and it add a large compatibility from SkillApi to every other plugins that use placeholders!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions