Earlier Versions
| Name | Size | Uploaded | Game Version | Downloads | |
| Freeze API v2.0 R-1 release | 7.89 KB | Jul 13, 2014 | CB 1.7.9-R0.1 | 476 | Download |
| Freeze API v1.0 release | 4.21 KB | Jun 9, 2014 | CB 1.7.9-R0.1 | 223 | Download |
| Freeze API v1.5 release | 7.01 KB | May 1, 2014 | CB 1.7.2-R0.3 | 226 | Download |
| Freeze API v0.1 release | 5.82 KB | Feb 14, 2014 | CB 1.7.2-R0.3 | 174 | Download |
Screenshots
Description
Have you ever had one of the folowing problems when trying to make your minigame plugin compatible with others:
- Players were still somehow "frozen" from the last game from another plugin, and you don't know how to get that plugin to release them?
- Players could still move when you "froze" them for a starting line-up?
If so, you need to use this API for your plugin. It is designed to help avoid these conflicts. It adds three events:
- PlayerFrozenEvent: Thrown when a player is, for any reason, frozen.
- PlayerUnfrozenEvent: Thrown when a player is, for any reason, unfrozen.
- PlayerMoveWhileFrozen: Thrown when a player attempts to move while frozen, as requested by Geoneo97.
It has one big array to store all frozen players in. This helps avoid plugin "Freezing" conflicts. To add a player to the array, simply
- Add the API jar to your build path, much like you had to for the Bukkit API;
- Import Freeze.Freeze;
- Add the following to your code (where p is the player you are trying to freeze) :
Freeze.freezePlayer(p);
It's that simple!
To unfreeze a player, use
Freeze.unfreezePlayer(p);
You can now check to see if a player is frozen! Simply call
PlayerIsFrozen.isPlayerFrozen(Player p);
If your plugin uses Freeze API, PM me and I will add you to the list.
Plugins that use Freeze API:
- None ATM, it was just released :P.
Source: Feel free to submit pull requests and such.
GitHub Link
Donations:
I do not accept donations at this time. Please support me by reporting problems and other suggestions to the ticket tracker.
Milestones:
- 1 Download
- 5 Downloads
- 10 Downloads
- 25 Downloads
- 30 Downloads
- 50 Downloads
- 100 Downloads
- 500 Downloads
Get 0.05 TON 💎
Download
Add a comment