1. mangiang updated Starter Pack with a new update entry:

    1.2

     
  2. works perfect 1 more thing how can i get the message and porkchop to everyone
    [DOUBLEPOST=1494563637][/DOUBLEPOST]
    nevermind i love you
     
  3. I'm glad you made it out
     
  4. man that starter pack replace everyones inventory what in the world
     
  5. It doesn't replace anyone's inventory it only add items ...
     
  6. im letting you know when players join the server it swapped everyones inventory gave them 4k metal ore 4 syringes full set of armor a thompson ammo
    [DOUBLEPOST=1494564881][/DOUBLEPOST]
    it said start pack and changed everyones inventory
    [DOUBLEPOST=1494565138][/DOUBLEPOST]
    so the player that joined his inventory changed everybody elses inventory
     
  7. mangiang updated Starter Pack with a new update entry:

    1.3

     
  8. mangiang updated Starter Pack with a new update entry:

    1.4

     
  9. 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"
    Plugin rewrite chat parameters on restart!
    For example text color: lime --> white
    Code:
      "Chat Parameters": {
        "size": "0",
        "color": "lime"
      },
    To
    Code:
      "Chat Parameters": {
        "size": "0",
        "color": "white"
      },
     
    Last edited by a moderator: May 12, 2017
  10. 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
     
  11. "Is the message broadcasted ?" is a boolean you can change so the message is announced or not.
    "True" will make it announced, "False" will display it only for the newcomer.
    [DOUBLEPOST=1494602806][/DOUBLEPOST]
    Nice idea, I'll work on it :)

    I identified the cause of this, I will update will fix this.
     
  12. mangiang updated Starter Pack with a new update entry:

    1.5

     
  13. mangiang updated Starter Pack with a new update entry:

    1.6

     
  14. 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:

  15. 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 version
     

    Attached Files:

  16. mangiang updated Starter Pack with a new update entry:

    1.7

     
  17. 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"
    }
    problem is, that he always give only amount=1 of each item, not 10 or 5, as configured.
    can you confirm this error? i have also tried strings instead of int, but same problem.
    (using version 1.7)

    me thanks you
     
  18. mangiang updated Starter Pack with a new update entry:

    1.8


    [DOUBLEPOST=1494884244][/DOUBLEPOST]
    Hey netko

    Your issue should be solved
     
  19. i have tested 1.8 and can confirm it works now.
    thank you, sir mangiang :)
     
  20. No problem, feel free to ask or report any issue :)