Skip to content

Commit dd8b87a

Browse files
committed
2 parents d71a128 + adaa465 commit dd8b87a

9 files changed

Lines changed: 56 additions & 0 deletions

README.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Advanced-Robs Wiki
2+
3+
Advanced theft system with included UI, works with Uconomy and AdvancedZones
4+
5+
## Permissions
6+
* Police permissions: PolicePermission = **"policia"**; (This is the permission that must be added to the police, due to the number of police in order to make a robbery.)
7+
* **advancedrobs** (This is the permission for normal users to steal defaults)
8+
9+
## Configuration
10+
To use this plugin requires the Uconomy, Advanced Zones, and a workshop UI mod
11+
* Workshop UI: [Rob UI]: https://steamcommunity.com/sharedfiles/filedetails/?id=1765561076
12+
* Workshop UI2: [Reward UI]: https://steamcommunity.com/sharedfiles/filedetails/?id=1768031090
13+
14+
## Configuration AdvancedZones
15+
* MaxPolice **(Max police for rob this theft)**
16+
* Reward **(Reward, if the type of rob is money)**
17+
* Time **(Time for get the reward after theft)**
18+
* Cooldown **(Cooldown for rob again)**
19+
* TitletUI **(Title UI of the rob)**
20+
* TextUI **(Text UI of the rob)**
21+
* TypeRob = "items or money" **(Type of rob, if you want to give items or experience)**
22+
** Here you can add the items you want, and you can duplicate it**
23+
* *items
24+
* *items
25+
26+
## Installation
27+
This is a old video of installation, but is similar
28+
29+
[![](http://img.youtube.com/vi/6j4zgd8Jlgw/0.jpg)](http://www.youtube.com/watch?v=6j4zgd8Jlgw"")
30+
31+
* Create the zone with all nodes **(/zone add "Name Rob")**
32+
* Create all nodes **(/zone add node "Name Rob")**, make a rectangle
33+
* Add parameters to the rob **(/addrob "Name Rob")**
34+
* Add flag to the zone **(/zone add flag "Name Rob" robs)**
35+
* For edit parameters go to the "AdvancedZones Directory, there you have all your stuff for edit the rob"
36+
Then the configuration of the messages is in the plugin directory
37+
38+
# Configuration Example
39+
*UconomyOrXp = false; **(Uconomy == true, No uconomy == false)**
40+
*PolicePermission = "policia"; **(Police permission)**
41+
*UIReward = 16999; **(Reward UI ID)**
42+
*LeaveRobSecondsForGoBack = 1; **(Seconds for go back to the rob after you leave)**
43+
*startrobmessageicon = "https://lineex.es/wp-content/uploads/2018/06/alert-icon-red-11-1.png"; **(Icon Message)**
44+
*finishrobmessageicon = "https://lineex.es/wp-content/uploads/2018/06/alert-icon-red-11-1.png"; **(Icon Message)**
45+
*leavearearobmessageicon = "https://lineex.es/wp-content/uploads/2018/06/alert-icon-red-11-1.png"; **(Icon Message)**
46+
*iconwarn = "https://tuc.vampyrium.com/warn/triangle_1024.png"; **(Icon Message)**
47+
*iconwarnwithoutui = "https://tuc.vampyrium.com/warn/triangle_1024.png"; **(Icon Message)**
48+
49+
# Translations Example
50+
*{"startrob", "(color=red)[AdvancedRobs] {0} IS TRYING TO ROB THE {1}(/color)"}, **({0} is the name of the player who is trying to rob, {1} rob name)**
51+
*{"finishrob", "(color=red)[AdvancedRobs] {0} HAS STOLEN CORRECTLY THE {1} THEFT(/color)"},
52+
*{"leaverob", "(color=red)[AdvancedRobs] {0} IS OUT OF THE {1} THEFT AREA(/color)"},
53+
*{"CooldownRob", "(color=yellow)[AdvancedRobs](/color) (color=red)Cooldown for rob again {0}(/color)"},
54+
*{"NoPermissions", "[AdvancedRobs] You don't have permissions to rob this"},
55+
*{"NoPolices", "(color=yellow)[AdvancedRobs](/color) (color=red)To be able to theft, there must be a maximum of {0} polices(/color)"},
56+
*{"EnterPolice", "(color=yellow)[AdvancedRobs](/color) (color=red)You're a cop, you just got into the robbery(/color)"}

lib/Assembly-CSharp-firstpass.dll

496 KB
Binary file not shown.

lib/Assembly-CSharp.dll

3.32 MB
Binary file not shown.

lib/Rocket.API.dll

16 KB
Binary file not shown.

lib/Rocket.Core.dll

77.5 KB
Binary file not shown.

lib/Rocket.Unturned.dll

92.5 KB
Binary file not shown.

lib/UnityEngine.CoreModule.dll

834 KB
Binary file not shown.

lib/UnityEngine.PhysicsModule.dll

88.2 KB
Binary file not shown.

lib/UnityEngine.dll

75.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)