Speedgot
PushBack | Push away the nons with style
-----
Push people away if they get in your face!
Download Now
18.3 KB .jar
Overview
Updates (
--
)
Reviews (
---
)
Version History
Discussion
Bug Fix
Fixed API causing console spam
----------
,
Feb 14, 2021
Full Rewrite + API
In this update, I added an API and rewrote the whole code. If you find problems please report them in Discussion or to
Raymond#0001
on Discord!
Most of these changes are backend or for Developers
Changes:
- Removed Sound and Effects
- Backend rework
-
API
Spoiler:
Event Example
Code (Java):
@EventHandler
public
void
onPlayerPushed
(
PlayerPushedEvent event
)
{
System
.
out
.
println
(
"Player who Pushed: "
+
event.
getPlayer
(
)
.
getName
(
)
)
;
System
.
out
.
println
(
"Players' affected: "
+
Arrays
.
toString
(
event.
getEffectedPlayers
(
)
.
toArray
(
)
)
)
;
System
.
out
.
println
(
"Cancelled: "
+
event.
isCancelled
(
)
)
;
}
This project is open-sourced on GitHub
here
.
----------
,
Feb 14, 2021
Console Commands - Many bug fixes!
Hey! Update time, this time it includes features and bug fixes:
Features:
Added the option to use console to execute /pushback <player>
Bug Fixes:
Version Checker fixed
Many typos fixed
Fixed most of the code / simplified.
If there is any problems join my discord or post the problem in discussions (
NOT REVIEWS!!!
).
https://discord.gg/9fhmmxc
----------
,
Oct 3, 2020
Open Source - GitHub
The plugin is now open source and is on GitHub. If you would like to fork the project or make it better, please do so!
GitHub:
https://github.com/Rayrnond/PushBack
Raymond.
----------
,
Sep 22, 2020
Particles and Sounds - Feature Update
This is a simple update / feature request that I forgot to do.
Added Features:
- The ability to play sounds and show particles when a player is pushed back.
- Fixed /help PushBack description
If you encounter any problems, contact me on Discord.
Discord: Raymond#0001
NOTE:
All particles/sounds MUST BE in 1.8 / your server version.
Sincerely,
Raymond.
----------
,
Sep 21, 2020
1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16+ Support
This update adds support for all versions above 1.7. *(DOES NOT INCLUDE 1.7).
If you still encounter errors contact me on discord
Raymond#0001
----------
,
Jul 26, 2020
NEW FEATURE + CONFIG + BUG FIXES
Features added:
New option in configuration files to toggle on/off fall damage when you get boosted back.
EXAMPLE: If I get boosted away from a player, and fall-damage is true, I don't take fall damage.
Bug Fixes:
Update checker!
bStats now works aswell
----------
,
Jul 25, 2020
Typo Mistake
Fixes 2 typos in the configuration files, and fixes update checker.
----------
,
Jul 25, 2020
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
1,058
First Release:
Jul 25, 2020
Last Update:
Feb 15, 2021
Category:
---------------
All-Time Rating:
5 ratings
Version
-----
Released:
--------------------
Downloads:
------
Version Rating:
----------------------
--
ratings
Ask Questions / Get Support