Skip to content

Commit

Permalink
Version 1.6
Browse files Browse the repository at this point in the history
Added /nyxeffect reload node
  • Loading branch information
poqdavid committed Feb 13, 2022
1 parent 7a1f4f6 commit e77ccf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ m_description=Core plugin for all of my Nyx plugins.

## Version
m_major=1
m_minor=5
m_minor=6
m_api=S7.4
m_suffix=STABLE

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public class EffectPermission {
public static final String COMMAND_LIST = "NyxCore.Effect.Command.List";

public static final String COMMAND_TASK_OTHER = "NyxCore.Effect.Command.TaskOther";
public static final String COMMAND_RELOAD = "NyxCore.Effect.Command.Reload";

public static final String EFFECTS = "NyxCore.Effect.Effects";
}

0 comments on commit e77ccf2

Please sign in to comment.