D-Kay submitted a new resource:
Race System - Add races to your server
Read more about this resource...
Race System
Add races to your server
Total Downloads: 481 - First Release: Jan 20, 2017 - Last Update: Aug 20, 2017
- 5/5, 4 likes
-
Can we have some more information on this. Some pictures, too would be nice.
-
D-Kay updated Race System with a new update entry:
0.1.2
-
-
the changeing of colors and factions like dwarf to RED team dont work in .json file just saying you can change script lol
-
Can you send a copy of your .json config file?
-
in order to change races and color you must 1st make 4 groups for each faction in permissions file good luck all
[DOUBLEPOST=1485280293][/DOUBLEPOST]i fixed it lol just adding that in plugin post so people know why its not working for them -
Normally (I tested it just now) it creates all necessary data in the config file.
Code:{ "Colors": { "Dwarf": "[9f0000]", "Elf": "[9f0000]", "Human": "[9f0000]", "Orc": "[9f0000]" }, "Races": { "Names": [ "Dwarf", "Elf", "Human", "Orc" ] }, "Tunables": { "ChangeAppearance": true, "ChangeRace": true, "ChangeTime": 2 } }
-
even when i made groups in permission still not work nor is the not alloweing them to change when set to false non this is working can you help?
[DOUBLEPOST=1485281006][/DOUBLEPOST]i try to change it to this
{
"Colors": {
"Blue Team": "[0000FF]",
"Red Team": "[FF0000]"
},
"Races": {
"Names": [
"Blue Team",
"Red Team"
]
},
"Tunables": {
"ChangeAppearance": false,
"ChangeRace": false,
"ChangeTime": 0
}
}Attached Files:
-
-
The config file you send misses an ending quote at the end of the color code for red.
Attached Files:
-
-
yeah i added it dont work and changeing to false dont work eather lol idk whats going
[DOUBLEPOST=1485281486][/DOUBLEPOST]im trying to make it red team vs blue team then add guild to chat plugin to add guild name only after the chat
like [Red Team] House Of Winterfell → %message% -
This worked for me.
Gyazo - 7374f1838f27d0c24565e2c5f3d0ef27.pngAttached Files:
-
-
okay how did you do that its not working on my side do you have to make permison file for that
[DOUBLEPOST=1485282211][/DOUBLEPOST]i mean will it work for globel chat also thats what im trying to get working -
Nope.
All I did was remove the plugin file from the plugin folder so it's fully unloaded, then copy the .json to the config map and replace the one that's already in there and then place the plugin back in the plugin folder. -
ive done that hundred times lol but all do it one last time
[DOUBLEPOST=1485282900][/DOUBLEPOST]nope still pop up with dwarf elf and human and orc no red or blue to pick -
Try restarting your server. Works in some cases.
-
nope now im getting you dont have permiison when i type rschange can you just send me your copys .cs and .json
-
Then you have to use /rsrace to allow people to use the /rschange command.
If you disallow players to change their race then they won't be able to use the /rschange command. -
https://i.imgsafe.org/7a1c365657.png
[DOUBLEPOST=1485283947][/DOUBLEPOST]okay working now thanks geeze
thats all i had to do
[DOUBLEPOST=1485285290][/DOUBLEPOST]one last question inside .cs what part do i remove fomr it [Red] To Make It Look Like Red Team With No [ ] -
okay i have one last problem now anyone can change anytime they want how do i disable that "ChangeRace": false, not working