[Discontinued] PureFreeze - Ultimate Freezing [$1]

Status
This thread has been locked.

DaCavE

d e v
Supreme
Feedback score
13
Posts
134
Reactions
86
Resources
0
pWc7U5V.png
No longer playing or coding on Minecraft. If you’d like to take over this plugin please email me, [email protected].
The Ultimate Freezing Plugin 2.0

Cost: $1 USD
Source: Discussed through PM

Vouch copies are not being given out

Buy Plugin: http://buypurefreeze.dacave.tech/
Support: http://dacave.tech/support/
KphjLvV.png

PureFreeze is a plugin that allows staff members of servers to easily and efficiently freeze players and rule breakers on their server.
What is freezing? Freezing players forcefully placing an online player into a state of "frozen". The player cannot execute certain actions (move, speak, run commands), until the staff member who froze them, unfreezes them by toggling this mode off. This can be used for screensharing, or other rule breaking purposes.​
PureFreeze was made with the intent of allowing the server owner/manager to configure almost every aspect of the plugin, allowing everything to be customizable.

This is my first public plugin.

hMmu0qj.png

Features include:
  • Freeze/SS Command (player freeze)
  • FreezeAll/SSAll Command (server freeze)
  • Configurable freezing messages
  • Automatic ban (or command run) on logout while frozen
  • Ability to prevent the following things while frozen (and configure their messages also):
    • Movement
    • Head-Movement (Headlock)
    • Block Break
    • Block Place
    • Item Drop
    • Chat Messages
    • Commands
    • Enderpearling
    • Block Damage
    • Entity Damage
  • Inventory Lock (prevents frozen user from self-destructing or removing hacked clients)
    • Ability to unlock users while frozen so they can speak or use commands
  • NEW! Frozen-Chat (only staff can see when frozen players type)
  • NEW! Prevent other players from placing blocks in a radius of frozen players
WnK3ZYa.png

Commands for the plugin:

/purefreeze - Main plugin command. List of commands and descriptions for the plugin.
/pf (alias)
/freeze [player] - Freezes an online player. Command is togglable. The first time you freeze someone they are automatically frozen with the GUI. The second time the command is run, ONLY the GUI is removed, not the freeze. The third time the player is unfrozen.
/ss (alias)
Permission: purefreeze.freeze
/freezeall [confirm: type yes] - Puts the server on freeze, all players (without bypass permissions) will be frozen.
/ssall [confirm: type yes] (alias)
Permission: purefreeze.freezeall
/pfreload - Reloads the configuration file from in game.
Permission: purefreeze.reload
Miscellaneous permissions:
  • purefreeze.freezeall.bypass - Allows bypass for the server freeze. Players with this permission will be able to move, chat, and bypass all other blocks while the server is frozen.
  • purefreeze.notify - When a staff member freezes a player, users with this permission will be able to see a notification in chat the a staff member has frozen a player.
  • purefreeze.notify.logout - If a currently frozen player logs out while frozen, all users with this permission will be notified in chat
  • purefreeze.notify.messages - Ability to see chat messages from frozen players (while the anti-chat feature is enabled) - See screenshots
  • purefreeze.blocks.bypass - Ability to place blocks around frozen players (when it is disabled for default players in the configuration)
vICS407.png

Screenshots of features of the plugin:

e3a0f805a480435fc5e8767f93ca5a0a.png

- Main command for the plugin.

50b0f6b1ee7785fb5300d53878bc0323.png

- Default freeze notification towards the player. Can be configured.

bb6f35c4866f5c7f531affce8c58dd0c.png

4586f7c1e82ff5da72066629a7c17040.png

- Notification to staff when users are frozen

b9253edf6cfe4ff9aa110cae6ea13eff.png

- Default inventory lock messages. Can be configured.

bff64c899139eb6e00a5b08c6e3f54e4.png

- Default server freeze. Can be configured.

703208f9318b1dd396088d2d3d7df32b.png

- Message sent to staff (or players) who have the server freeze bypass permission.

6694c58b311f668634915a02ce058abb.png

- Frozen chat messages sent to staff with the correct permission.

Code:
#PureFreeze - Developed by DaCavE
messages:
  permission: '&cYou do not have permission!'
  not_allowed: '&cYou may not do this while frozen!'
  freeze:
    error: '&cIncorrect Usage: /freeze [username]'
    offline: '&cThe player specified is offline or invalid'
    self: '&cYou cannot freeze yourself'
    success_frozen: '&cYou have frozen <player>'
    success_unfrozen: '&cYou have unfrozen <player>'
    success_unlock: '&cInventory lock removed'
    notify_freeze: '&7&o[<staff> has frozen <player>]'
    notify_unfreeze: '&7&o[<staff> has unfrozen <player>]'
    unfrozen_player: '&aYou have been unfrozen. Sorry for any inconvenience caused!'
    logged: '&4&l<player> has logged out while frozen'
    place_blocks_near_frozen: '&cYou cannot place / break blocks near frozen players!'
    frozen_message:
    - ' '
    - '█████████'
    - '████&c█&f████   &4&lATTENTION'
    - '███&c█&0█&c█&f███'
    - '██&c█&6█&0█&6█&c█&f██'
    - '██&c█&6█&0█&6█&c█&f██   &cYou have been frozen. DO NOT LOGOUT!'
    - '██&c█&6█&0█&6█&c█&f██   &cIf you logout you will be &4&lBANNED&c.'
    - '█&c█&6█████&c█&f█   &cJoin our teamspeak (&7ts.myserver.com&c)'
    - '&c█&6███&0█&6███&c█'
    - '&c█████████'
    - '█████████'
    - ' '
  freezeall:
    error: '&cIncorrect Usage: /freezeall [confirm: type yes]'
    success_frozen: '&cYou have successfully froze the server!'
    success_unfrozen: '&cYou have successfully unfroze the server!'
    unfrozen_player: '&aThe server has been unfrozen!'
    frozen_message:
    - ' '
    - '&c█████████'
    - '&c████&4█&c████   &4&lATTENTION'
    - '&c███&4█&0█&4█&c███'
    - '&c██&4█&6█&0█&6█&4█&c██'
    - '&c██&4█&6█&0█&6█&4█&c██   &cThe server has been frozen.'
    - '&c██&4█&6█&0█&6█&4█&c██   &cWait until further instruction!'
    - '&c█&4█&6█████&4█&c█'
    - '&4█&6███&0█&6███&4█'
    - '&4█████████'
    - '&c█████████'
    - ' '

options:
  freeze:
    stop_movement: true
    head_lock: false
    block_break: true
    block_place: true
    item_drop: true
    chat: true
    chat_notify_staff: true
    chat_notify_format: '&c(FROZEN) &7<player>: &f<message>'
    commands: true
    entity_damage: true
    block_damage: true
    logout_command: 'say Cmd can be changed in config <player>' # leave empty for no command, do NOT use a slash in the beginning
    enderpearling: true
    place_blocks_near_frozen: true
    place_blocks_near_frozen_radius: 4.0
    inventory_lock: true
    inventory_name: '&cYou have been frozen!'
    inventory_item_id: 160
    inventory_item_name: '&c&lYou have been frozen!'
    inventory_item_lore:
    - '&7Join our teamspeak ts.myserver.com'
    - '&7If you do not join in 5 min, you will be banned'
    inventory_item_damage: 14
  freezeall:
    stop_movement: true
    head_lock: false
    block_break: true
    block_place: true
    item_drop: true
    chat: true
    commands: true
    entity_damage: true
    block_damage: true
    enderpearling: true
Configuration file.

2DuRsfV.png

When you download (or buy) this plugin, you agree to the following:
  • You may not decompile this plugin or use the code in any way without direct permission from me
  • You may not redistribute this plugin to anyone
  • This plugin may be only used for your own server or network (the buyer)
  • You may not share, leak, or claim the plugin as your own
  • Refunds are not allowed
  • You must pay through Friends and Family on PayPal
Buy Plugin: http://buypurefreeze.dacave.tech/
Support: http://dacave.tech/support/


3c09114c64494e6ea88534c93249d309.png

Please feel free to suggest ideas. Thank you.
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Enclusion

Feedback score
0
Posts
114
Reactions
29
Resources
0
Hello I'm interested in the plugin, I would like to know if you can send me photos of the whole game to see how it looks when they put it in ss
Did you even read the thread? It is all in the thread lmao
 

DaCavE

d e v
Supreme
Feedback score
13
Posts
134
Reactions
86
Resources
0

DaCavE

d e v
Supreme
Feedback score
13
Posts
134
Reactions
86
Resources
0
Feature Suggestion: Warn player if they keep trying to close the gui.
Feature Added. Thanks for the suggestion.

Also add option to have them also be in a nether portal
I was thinking about that, and will consider it later.

UPDATE:

- On inventory close, a warning message will be sent to the player

REMINDER: For anyone who has already purchased PureFreeze, you must re-download (using the same link I originally gave you) to get the newest version.
 

DaCavE

d e v
Supreme
Feedback score
13
Posts
134
Reactions
86
Resources
0

DaCavE

d e v
Supreme
Feedback score
13
Posts
134
Reactions
86
Resources
0

DaCavE

d e v
Supreme
Feedback score
13
Posts
134
Reactions
86
Resources
0

TamataPvP

Premium
Feedback score
12
Posts
347
Reactions
109
Resources
0
Very nice plugin bought it before 1 week and its really good !! vouch for this developer cheatp smooth and easy deals
 

DaCavE

d e v
Supreme
Feedback score
13
Posts
134
Reactions
86
Resources
0
Very nice plugin bought it before 1 week and its really good !! vouch for this developer cheatp smooth and easy deals
Thanks
Please check your PMs
Yup
https://www.spigotmc.org/resources/freezegui.40590/

Reply:
Movement
Block Break
Block Place
Item Drop
Block Damage
Entity Damage
I'm not sure who you think you are, but this is my paid version of this concept, not some diluted version with just a GUI. People come to me willing and wanting to pay for my plugin as I described in my thread. I'm glad you can find a free Freeze plugin on SpigotMC, because I can link you 20 more. If you're not providing suggestions, bug reports, or anything contributing to the subject of my plugin get off my thread.
Ill be willing to buy, PM me.
Ok
 
Last edited:

Oreo

waiting for something interesting to happen
Premium
Feedback score
11
Posts
745
Reactions
328
Resources
0
Definitely keeping this in mind.
 

DaCavE

d e v
Supreme
Feedback score
13
Posts
134
Reactions
86
Resources
0
Definitely keeping this in mind.
Awesome! I'm glad you're interested. If you ever would like to buy feel free to send me a message :)
 

DaCavE

d e v
Supreme
Feedback score
13
Posts
134
Reactions
86
Resources
0
PureFreeze 2.0 Update

- Entire plugin has been re-coded from scratch, more efficient techniques have been used

New / Updated Features
- NEW!
Ability to block placement of blocks near frozen players in a radius
- Updates to FrozenChat
- Configuration file update for people who have already been using version 1.0, you MUST re-download the plugin and delete the configuration file
-
Updates to default config for messages
- Updates to entity damaging
- Fixed a bug with the inventory GUI (was not closing / opening properly)
- Other small fixes

Feel free to always suggest more features to add!

REMINDER: For those who have already purchased PureFreeze, please re-download using the SAME LINK I originally gave you. PM me with the email you used to pay if you lost the link.

Thanks!
 
Status
This thread has been locked.
Top