-
-
Notifications
You must be signed in to change notification settings - Fork 368
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
Firework effect section #5542
Closed
Closed
Firework effect section #5542
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
be31180
Added Firework Launch Effect Section and removed Firework Launch effect.
TFSMads e90f26e
Merge branch 'master' into feature/laucnhEffSec
TFSMads 08c9164
Update src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
TFSMads 2c89cba
Update src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
TFSMads ef7885b
Update src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
TFSMads 50e0a26
Update src/test/skript/tests/syntaxes/sections/EffSecFireworkLaunch.sk
TFSMads d3bf799
Update src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
TFSMads 33d8f6a
Update EffSecFireworkLaunch.java
TFSMads 99be168
Update EffSecFireworkLaunch.java
TFSMads ae10ac5
Merge branch 'master' into feature/laucnhEffSec
TFSMads b13ad8c
Merge branch 'master' into feature/laucnhEffSec
TheLimeGlass 9b189d6
Changed from %number% to %-number%
TFSMads 6dc151c
Update EffSecFireworkLaunch.java
TFSMads 6235d08
Update src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
TFSMads 6f0157d
Update src/test/skript/tests/syntaxes/sections/EffSecFireworkLaunch.sk
TFSMads c46239a
Merge branch 'master' into feature/laucnhEffSec
TFSMads 6157d51
Update src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
TFSMads 456282a
Update src/main/java/ch/njol/skript/sections/EffSecFireworkLaunch.java
TFSMads 8fc13c0
Update EffSecFireworkLaunch.java
TFSMads 242717b
Check if varibles from section is carried over to the initial section
TFSMads ff2a955
Added requested changes:
TFSMads a4d5d81
Merge branch 'master' into feature/laucnhEffSec
TFSMads 251c06e
Apply suggestions from code review
TFSMads 31b8dc6
Take over stale pull request
TheLimeGlass fc358a2
Apply changes to the new class
TheLimeGlass 28222cc
Final touches
TheLimeGlass 28eef10
Fix incorrect examples
TheLimeGlass 384be9f
Merge branch 'dev/feature' into feature/firework-effect-section
TheLimeGlass 9559c50
Change collect order of local variables
TheLimeGlass 2fa34d4
Fix old bukkit consumer issues with spawning firework
TheLimeGlass 3ff79b4
Change collect order of local variables
TheLimeGlass 3277e4b
Merge branch 'dev/feature' into feature/firework-effect-section
sovdeeth File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
94 changes: 0 additions & 94 deletions
94
src/main/java/ch/njol/skript/effects/EffFireworkLaunch.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
it's better to be verbose for toString IMO