-
Notifications
You must be signed in to change notification settings - Fork 71
Transition commands from ACF to Cloud #1029
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
base: main
Are you sure you want to change the base?
Transition commands from ACF to Cloud #1029
Conversation
71e9ac1 to
752d08a
Compare
d3c6ecc to
df6adeb
Compare
|
Built artifact: |
core/src/main/java/com/nisovin/magicspells/commands/parsers/SpellCastArgumentsParser.java
Show resolved
Hide resolved
core/src/main/java/com/nisovin/magicspells/commands/parsers/SpellCastArgumentsParser.java
Show resolved
Hide resolved
core/src/main/java/com/nisovin/magicspells/commands/MagicCommands.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/nisovin/magicspells/commands/ResetCooldownCommand.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/nisovin/magicspells/commands/parsers/SpellCastArgumentsParser.java
Outdated
Show resolved
Hide resolved
This comment was marked as resolved.
This comment was marked as resolved.
36af17f to
734fb7a
Compare
JasperLorelai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also want to suggest these changes, which couldn't be part of the GitHub Review thingy. After that, I'd say this is ready for merging after B18's release.
Some future ideas we should consider:
- Adding string Spell FIlter support to
/ms resetcd. - Adding
*support to<variable>of/ms variable modify. - Adding multiple player support to more commands because selectors are powerful.
After requested changes, would you say this changelog is accurate?
Breaking Changes:
- Removed
/ms util download/update/saveskinand their permissions (magicspells.command.util.download/update/saveskin). /ms magicitemsyntax changed from<magicItem> [amount] [player]to<players> <magicItem> [amount] --drop-leftover.- The
-p:<power>flag has changed on/ms castcommands to--power <power>or-p <power>.
Changes:
- All commands now support MC entity selectors.
/ms reload [players]- now supports multiple entities./ms resetcd- now supports multiple living entities and offline players instead of just an online player./ms mana reset/add/set/updaterank- now supports multiple players./ms cast as/on- now supports a living entity selector instead of just a player./ms cast at- now supports the tilde (~) and caret (^) notation for coordinates,--powerflag, as well as[spellArgs].
core/src/main/java/com/nisovin/magicspells/commands/VariableCommands.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/nisovin/magicspells/commands/TaskInfoCommand.java
Show resolved
Hide resolved
bcb63d6 to
f2b5d88
Compare
f2b5d88 to
deb5baf
Compare
deb5baf to
f45e0ef
Compare
JasperLorelai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's just these changes left, from what I can tell.
| import org.bukkit.Bukkit; | ||
| import org.bukkit.event.Listener; | ||
| import org.bukkit.configuration.file.YamlConfiguration; | ||
| import org.bukkit.plugin.Plugin; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Import
|
|
||
| import org.bukkit.event.Listener; | ||
| import org.bukkit.configuration.file.YamlConfiguration; | ||
| import org.bukkit.plugin.Plugin; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Import
No description provided.