Commit graph

189 commits

Author SHA1 Message Date
Esophose
0d4e5b994b Starting update to 1.13, DOES NOT BUILD
Starting update to 1.13, DOES NOT BUILD
2018-09-05 18:15:22 -06:00
Esophose
8fd54284fa Make GUI display lowercase effect names
The GUI now displays effect names in all lowercase.
2018-04-05 20:59:13 -06:00
Esophose
d40f94d5c4 v5.1
Missing changelog item for v5.1
2018-04-05 20:36:46 -06:00
Esophose
b075fbc1ae Don't show empty messages in config.yml
If a message field is left empty in config.yml, simply don't display the
message to the player. This works for most messages, but wont for a
certain few.
2018-04-05 17:54:53 -06:00
Esophose
22957cf14e Fix Exception
Fix an exception that occurred when a user who isn't saved in data tries
to use any /pp commands besides gui.
2018-04-05 17:48:33 -06:00
Esophose
2a97972f96 v5 Update
Update changelog to v5
2018-03-04 16:17:40 -07:00
Esophose
ee4b1e5e54 Fix GUI not opening
Fix a bug preventing the GUI from opening when a user doesn't have any
styles.
2018-03-04 16:15:19 -07:00
Esophose
e47da74d22 Add new styles
Add five new event-based styles, make it so the message manager doesn't
have an extra system.out.println, fix a somewhat critical bug with fixed
effect clear permissions, make it so the ParticleStyleManager doesn't
absolutely break the plugin if somebody registers a style incorrectly in
an extension plugin.
2018-03-04 03:02:02 -07:00
Esophose
95a400a42c Database calls now async
All database calls (excluding the ones on plugin onEnable) are now run
asynchronously. Fix a small bug with the GUI and opening a previously
stored inventory.
2018-03-03 14:49:31 -07:00
Esophose
900d6785be Internal Configuration Improvements
The ConfigurationManager now runs on a callback-based system. These
calls will become async soon to help improve performance while in
database mode. Minor bug fix with GUI and fix some missing semantics.
2018-03-02 02:47:24 -07:00
Esophose
1f24740e0a Limit particle display range
Particles previously were displayed to all players in the entire world,
now they only display to players within 192 blocks of the particle spawn
location.
2018-03-01 02:36:37 -07:00
Esophose
5dc0cd7bb2 Maven + HikariCP
Switch the project to use Maven, and also switch to using HikariCP as
the database connection manager.
2018-03-01 01:58:04 -07:00
Esophose
671312c3cf Remove sneaky println
Accidentally left a System.out.println statement in that wasn't supposed
to be there.
2018-02-26 01:40:20 -07:00
Esophose
69e2f6fd8d Switch to Spigot Particles API
Switch over to using the Spigot Particle API rather than the old
reflection method. Make sure the GUI closes when the plugin gets
disabled. Change a couple default GUI icons and edit the message that
defaults with /pp and opening the GUI.
2018-02-26 01:36:14 -07:00
Esophose
ffd9044c71 Tabs -> 4 Spaces
Change tabs to spaces for consistency
2018-02-25 21:24:22 -07:00
Esophose
406a4fc6a3 Add GUI, other changes
Added GUI, updated copyright to 2018, added styles sphere and wings,
reduced number of particles that spawn with the cube style, made some
minor documentation changes
2018-02-25 20:55:34 -07:00
Esophose
9c7659a092 v4.5 Update
Bug fixes
2017-05-18 18:20:51 -06:00
Esophose
cfa846604f v4.4 Bug Fixes
Fix bunches of bugs
2017-04-26 23:01:17 -06:00
Esophose
022a4efee2 v4.3.1 Fix Update
This update should fix some problems with too many players' data being
stored
2017-04-25 21:19:51 -06:00
Esophose
3f5cd1ce69 The v4.3 Update
This commit marks the end of the v4.3 update. Future commits will be on
future versions.
2017-04-04 20:31:48 -06:00
Esophose
97799955de Update copyright
Update the copyright notice on some classes and fix a few bugs
2017-03-06 17:27:20 -07:00
Esophose
c1616638a9 Fixed Effects Finished
Finished working on Fixed Particle Effects. They are now fully
functional!
2017-03-03 18:40:37 -07:00
Esophose
aeaac3abbd Delete PlayerParticles.jardesc
Forgot to add this to the .gitignore file
2017-02-15 22:34:10 -07:00
Esophose
1a3c9e6a13 Clean up Javadocs
The Javadocs have been completely cleaned up and now have no warnings or
errors
Edited gitignore to ignore javadocs and *.jardesc files
2017-02-15 22:32:57 -07:00
Esophose
69dddacd92 Updating to v4.3
Implemented Fixed Effects, still working on the command
Fixed a few bugs
2017-02-15 22:05:50 -07:00
Esophose
26866f9052 Update to v4.2
The update to the answer of the universe.
2017-01-01 19:28:37 -07:00
Esophose
cd76219ac7 Update to v4.1
Update to v4.1
Added additional documentation
2016-11-27 17:18:30 -07:00
Esophose
bf485fcfcc Merge pull request #2 from Esophose/PlayerParticles-v4
Merge PlayerParticles v4
2016-09-30 22:17:34 -06:00
Esophose
dfc181ae58 Fix Commit Issues
Fix them
2016-09-30 22:16:02 -06:00
Esophose
7663da5c3a Merge remote-tracking branch 'refs/remotes/origin/master' into PlayerParticles-v4
# Conflicts:
#	src/com/esophose/playerparticles/ParticleCommandExecutor.java
#	src/com/esophose/playerparticles/PlayerParticles.java
#	src/com/esophose/playerparticles/library/Database.java
#	src/com/esophose/playerparticles/library/ParticleEffect.java
#	src/com/esophose/playerparticles/manager/ConfigManager.java
#	src/config.yml
2016-09-30 22:14:20 -06:00
Esophose
cf0040da18 Database works
Make the database work
Fix some data command bugs
2016-09-30 22:03:51 -06:00
Esophose
23c03207dc Update to v4
Add Styles API, refactor some things, make things more efficient
2016-09-22 17:16:52 -06:00
Esophose
a515be2e9a Merge pull request #1 from Esophose/PlayerParticles-v3
Start Update to v4
2016-09-20 17:06:18 -06:00
Esophose
a0ee57a810 Initial Commit
Add a lot of new things
2016-09-10 21:13:13 -07:00
Esophose
fc6119a523 Update to 1.10 & Cleanup
Updates the plugin to Minecraft 1.10 and refactors parts of the code to
make it look more clean.
2016-06-10 21:44:08 -06:00
Esophose
98c964fd58 🎆 Commenting
Add comments to all methods and variables to explain what the heck is
going on
2016-05-11 19:45:33 -06:00
Esophose
3a730281f9 Update to v3.8
Clean up a bunch of stuff and update to new version
2016-05-09 17:13:37 -06:00
Esophose
a851ee037d Updated to v3
Added all the files
2016-05-09 09:07:15 -06:00
Esophose
9f264fe5a5 🍭 Added .gitattributes & .gitignore files 2016-05-09 09:04:53 -06:00