- Description
- Reviews (0)
- Version History
- Discussions (1)
- Setup
- Product Enquiry
Description
Description
ZRespawn plugin
Players can even revive in the air, from where they can go almost anywhere with a parachute.
Review:
- Create a custom position even in the air with a parachute, custom mini monument.
- You can keep the default respawn button by adding +1 button to the respawn screen
- Custom Pozíció törlése wipekor
- Custom monument: blocking commands in config || blocking construction || preventing damage
- Added flyhack protection
- Option to create parachute and Custom monument in config.
- Custom respawn position can be changed with the command specified in the config.
Config
{
"[Respawn Position] Enable custom position? (true = custom position || false = monument position)": true,
"[Custom Position Command] set custom position ingame": "zrespawn",
"[Custom Position] reset position after wipe?": true,
"[Custom Position Button] 1 = custom button || 2 = custom + default button || 3 = default button": 1,
"[Custom Position] ingame (set with ingame Command)": {
"x": 180.687164,
"y": 573.204956,
"z": 286.81778
},
"[Custom Position] Blocked commands list:": [
"backpack",
"remove"
],
"[Monument Position] Monument name (if 'Enable custom position? = false')": "compound",
"[Monument Position] (if 'Enable custom position? = false')": {
"x": 15.0,
"y": 2.0,
"z": 30.0
},
"[Custom Position Parachute] Add Parachute after respawn?": true,
"[Custom Position Entity spawn] Spawn entity if plugin loaded? (useful if custom spawn point in the air)": true,
"[TABLE] Spawn info table?": true,
"[TABLE] font color": "gold",
"[TABLE] background color": "gray",
"[TABLE] font size": 16,
"[TABLE] Text ( n = new line)": "text"
}
Chat command
/zrespawn (default -> set in config)
Language: 31 file
{
"ZR_success": "Position set:",
"ZR_fail": "You don't have permission to use this command!",
"ZR_Button": "Parachute jump",
"ZR_parachute_usE": "Use your parachute with the JUMP button!",
"ZR_Command": "You cant use this command here!"
}
Permissions
ZRespawn.admin
Reviews (0)
Reviews
There are no reviews yet.
Only logged in customers who have purchased this product may leave a review.
Version History
- Fixed Spawn point
- Fixed StringPool.GetNumber - no number for string OnPlayerTeleported Bug
- Added fixed Flying base rotation spawn
- Updated Initial release
Discussions (1)
One thought on "Parachute Respawn"
Leave a reply
Setup
Plugin FAQ – How do I use this .zip/.7z file I just purchased on my server?
• First, you want to unzip the file. You can do so by just double-clicking it to open, then drag the contents to the desired location (you may need to install an external unzipping software if you don’t already have one such as 7zip or winrar)
• Next you will find either a structure of folders or just the .cs file itself (it’s the actual plugin file itself).
• After that just install the .cs (plugin file) into your …/oxide/plugins/ folder where you will install plugins you ever need to.
Additionally, here’s a great video that easily covers adding a plugin to your server if you need! https://youtu.be/yWC_p97FhQA
• Installation is not included with any products on the site, however, if needed we may assist if you reach out to our support.
Currently all products on Lone.Design will be contained within a zipped file which is the .7z or .zip that you see. I believe windows 10 and up can unzip on its own without 3rd party tools, but in that case, if you’re unfamiliar with zipped files here are 2 programs I recommend to easily unzip zipped files.
Video On How to Zip and Unzip: https://youtu.be/Ep-L3PjBPCk (TechInsider Youtube Channel)
Zipping/Unzipping Tools
Winrar https://www.rarlab.com (I used to use for years, but works great!)
7zip https://www.7-zip.org/a/7z2107-x64.exe (the one I use currently)
StringPool.GetNumber – no number for string OnPlayerTeleported