Commit Graph

125 Commits

Author SHA1 Message Date
EverettDM 5e13b9ed2d Updated alpha and cupid class for testing random offset. 2022-02-22 21:26:51 -05:00
Teriuihi 0a35d4383d adding more brackets might fix it? 2022-02-23 03:15:32 +01:00
Teriuihi 46f6e2d999 Only get random offset when offset isn't 0 2022-02-23 02:44:42 +01:00
Teriuihi 433688e813 Added random offset for particles 2022-02-17 02:02:48 +01:00
Teriuihi 40ab1dae99 Spawn particles above players head for empty right click 2022-01-15 03:58:32 +01:00
Teriuihi 7318a8be96 Changed from using offset to modifying location directly 2022-01-14 05:44:58 +01:00
Teriuihi 5e44521ea9 Merge remote-tracking branch 'origin/master' 2022-01-14 04:52:20 +01:00
EverettDM 150b9b2a90 Fixed database issue. 2022-01-13 22:52:13 -05:00
Teriuihi 5e44c9b539 Merge branch 'master' of https://github.com/Altitude-Devs/AltitudeParticles 2022-01-14 04:52:08 +01:00
Teriuihi 763258c425 Added a way to clear particles 2022-01-14 04:52:05 +01:00
EverettDM 33242835d2 New Alpha particle. 2022-01-13 22:48:51 -05:00
Teriuihi 5d76c39866 Removed unused import 2022-01-14 00:09:04 +01:00
Teriuihi a92294574b Disable particles if player turns them off
Don't let player turn on particles without seeing them
2022-01-13 23:51:26 +01:00
Teriuihi 1e70782c0d Disable particles if player turns them off 2022-01-13 23:44:30 +01:00
Teriuihi 5864918442 Only send particles to players who should be seeing them 2022-01-13 23:43:07 +01:00
Teriuihi f48d2166b4 Disable particles if player turns them off 2022-01-13 23:42:57 +01:00
Teriuihi f2fbd00a4b Updated test class to add itself to everything except head 2022-01-13 23:33:37 +01:00
Teriuihi 5d5827e917 Run at block location, not player location 2022-01-13 23:31:56 +01:00
Teriuihi 938c3f6f1b Renamed ATTACK to KILL 2022-01-13 23:31:46 +01:00
Teriuihi e57f5b7bfd Renamed ATTACK to KILL 2022-01-13 23:31:39 +01:00
Teriuihi d099f3ee55 Added EventHandler piorities 2022-01-13 23:26:01 +01:00
Teriuihi c82f0c8f17 Updated run command to include playerSettings 2022-01-13 23:18:35 +01:00
Teriuihi 062a1a0f18 Added repeat delay 2022-01-13 23:18:07 +01:00
Teriuihi 77df8b1e6d Added repeat delay 2022-01-13 23:17:59 +01:00
Teriuihi 907ad4819e Clone static itemstack before modifying it 2022-01-13 23:17:15 +01:00
Teriuihi cc60244fd0 Added a way to check if an APartType has an event
Activate APartType without event when activated in the gui
2022-01-13 23:16:57 +01:00
Teriuihi 0140e5f293 Added 3 new listeners 2022-01-13 23:15:21 +01:00
Teriuihi 70251bbce7 Use player instead of just the location they were at when the event fired 2022-01-13 21:31:41 +01:00
Teriuihi 8762a89751 Removed unused variables 2022-01-13 21:29:03 +01:00
Teriuihi 1dc5d2f6d9 Allow adding and removing of active particles in player settings 2022-01-13 21:28:09 +01:00
Teriuihi 8cc4c42ce7 Load player settings and activate particles 2022-01-13 21:27:53 +01:00
Teriuihi fec4aab3f0 Reduce count after all frames are ran 2022-01-13 21:27:37 +01:00
Teriuihi 4a196e0522 Updated name to be display name where appropriate 2022-01-13 21:27:25 +01:00
Teriuihi 1b299ba6cf Added imports i forgot 2022-01-13 21:26:55 +01:00
Teriuihi f22e9ec08e Check if particle is active when loading it in the gui 2022-01-13 21:26:41 +01:00
Teriuihi 5be8722f53 Updated APartType to include db friendly id 2022-01-13 21:26:16 +01:00
Teriuihi 07f721e812 Enable database and load particles 2022-01-13 21:26:01 +01:00
Teriuihi 2f650e7b32 Activate particle when clicked on in the gui 2022-01-13 21:25:49 +01:00
Teriuihi a5d7afe556 Updated ParticleSet to have particle id 2022-01-13 21:25:35 +01:00
Teriuihi 2056194d7d Add queries and toggle player settings in db 2022-01-13 21:25:03 +01:00
Teriuihi 8db6b1fa63 Remove player from cache on logout to ensure they are reloaded on relog 2022-01-13 21:24:14 +01:00
Teriuihi 2fe8b0d367 Give each particle set a unique id for the db 2022-01-13 20:10:56 +01:00
Teriuihi d424e7d768 Make events run particles 2022-01-13 19:06:48 +01:00
Teriuihi 960ec50228 Added example particle 2022-01-13 18:36:32 +01:00
Teriuihi cc8ec26c66 Make gui's work (but player settings are always recreated on login cus idk how to make the db work)
register listeners
Added back button to particle selection gui
2022-01-12 22:26:22 +01:00
Teriuihi bc74d35faa Added GUI's
Added player settings
Added commands
2022-01-11 23:02:04 +01:00
Teriuihi 71c5b76d88 Fixed leftover villagerUI stuff 2022-01-03 22:33:19 +01:00
Teriuihi 676d5089ae Fixed leftover villagerUI stuff 2022-01-03 22:33:16 +01:00
Teriuihi 487d36e1e5 Added db and queries classes 2022-01-03 22:33:03 +01:00
Teriuihi f5c096eb2b Initial commit 2022-01-03 22:26:15 +01:00