mangiang updated Starter Pack with a new update entry:
1.2
Starter Pack [Unmaintained]
Discussion in 'Plugin Support' started by mangiang, May 11, 2017.
-
[DOUBLEPOST=1494563637][/DOUBLEPOST] -
I'm glad you made it out
-
-
It doesn't replace anyone's inventory it only add items ...
-
[DOUBLEPOST=1494564881][/DOUBLEPOST]
[DOUBLEPOST=1494565138][/DOUBLEPOST] -
mangiang updated Starter Pack with a new update entry:
1.3
-
mangiang updated Starter Pack with a new update entry:
1.4
-
Maybe it is worthy idea to add Bradcast Message and Chat Name options? =)
Code:"Is the message broadcasted ?": "True", "Broadcast Message": "Player [player_name] received a gift for the first connection!" "Chat name": "StarterPack"
For example text color: lime --> white
Code:"Chat Parameters": { "size": "0", "color": "lime" },
Code:"Chat Parameters": { "size": "0", "color": "white" },
Last edited by a moderator: May 12, 2017 -
Hi so i had a couple questions about this plugins, some information and other issues
so let me just start:
1 when a new player joins, does the message only go to the joining player or does it get announced? i prefer just the player
2 i have gotten the announcement to work but the player does not join in with what i want (a hatchet, pickaxe, 20 meat, and a torch), could someone show me code of this, because only adding the id numbers and the amount has not worked for me -
"True" will make it announced, "False" will display it only for the newcomer.
[DOUBLEPOST=1494602806][/DOUBLEPOST]
-
mangiang updated Starter Pack with a new update entry:
1.5
-
mangiang updated Starter Pack with a new update entry:
1.6
-
I'm sorry to have to ask this. But I added a few items for players first time starter. I followed your one item insert as the example. I believe I have it config'd properly but it still won't give anything. When I put the double commas around the bottom last ID number in each list. My number there turns black instead of remaining coloured. I have sent a copy of my .json so you can see it. Would you please look and tell me why I am not seeing the problem please. I feel like idiot over something so simple. But I have run out of where to look. And when I restart and check logs. It shows it loaded fine without any warnings. Or Line or Position of where the possible error is. Thank you.
Attached Files:
-
-
Hi,
I looked at your config and there were 2 types of errors:
-> wrong item ids : you forgot some minus signs
-> you forgot quotation marks around the item amounts
I'll update a version with both quotation marks AND none quotation mark works so people won't make this mistake again
I feel it's my mistake to not make it user friendly
Here is you configuration corrected and compatible with the 1.6 versionAttached Files:
-
-
mangiang updated Starter Pack with a new update entry:
1.7
-
hello mangiang
this is my configuration file:
Code:{ "Chat name": "StarterPack", "Chat Parameters": { "color": "white", "size": "0" }, "Connection Message": "you were given: hunting bow, stone hatchet and food. now survive.", "Give item to everyone": "False", "Is the message broadcasted ?": "False", "Items": { "Belt Inventory": { "-1289478934": 1, "-853695669": 1 }, "Main Inventory": { "-2079677721": 5, "-420273765": 10, "991728250": 1 }, "Wear Inventory": {} }, "Only on first connection": "False", "Plugin Name Parameters": { "color": "orange", "size": "0" }, "Use logs": "False", "Verbose mode": "False" }
can you confirm this error? i have also tried strings instead of int, but same problem.
(using version 1.7)
me thanks you -
mangiang updated Starter Pack with a new update entry:
1.8
[DOUBLEPOST=1494884244][/DOUBLEPOST]
Your issue should be solved -
i have tested 1.8 and can confirm it works now.
thank you, sir mangiang -