VIP Trial

Allows you to set up a VIP trial group with a limited use-time

Total Downloads: 575 - First Release: Jul 18, 2017 - Last Update: Nov 10, 2017

5/5, 3 likes
  1. Did you save your servers data before the server restart with "server.writecfg" and "save"?
    If not try out if the server keeps deleting the permissions after a restart. also may it be that you add the permissions for the vip_trial group via console and not the config? If so, the plugin will delete all the permissions in the group upon restart and just use the ones in the config file.

    So for more help please do: "oxide.show group vip_trial" and give me the output of it.
    Also please send me your config file, as i need it to check for any errors.

    Regards
    Maik8
     
  2. So i testet again but "server.writecfg. doenst word and server.save too..
    You mean the Viptrial config?
    Code:
    {
      "Amount of trial Days: ": 3,
      "Permissions of the group:": [
        "Oxide.plugins",
        "oxide.reload"
      ],
      "VIP group name: ": "vip_trial"
    }
    and here consolen screenshot
    20171229065106_1.jpg

    Normaly this is the Premmison
    "oxide.grant group vip_trial kits.vip_trial
    oxide.grant group vip_trial chute.allowed
    oxide.grant group vip_trial backpacks.use.medium
    oxide.grant group vip_trial backpacks.use
    oxide.grant group vip_trial enhancedhammer.use"
     

    Attached Files:

  3. So the Config is your problem, you have to state every permission you want the group to have there.

    "Permissions of the group:": [
    "kits.vip_trial",
    "chute.allowed",
    "backpacks.use.medium",
    "backpacks.use",
    "enhancedhammer.use"

    Regards
    Maik8
     
  4. oh man :( so stupid sorry..

    but thanks for your help <3
     
  5. i feel im just stupid cuz the description seems bit unclear i wanna set the trial that they join Adventure group that already excist
     
  6. If you want to use an existing group, just edit the name and the permissions in the config file of viptrial, like this:
    Code:
    {
      "Amount of trial Days: ": 3,
      "Permissions of the group:": [
      "Kits.adventure",
     "random.permission"
      ],
      "VIP group name: ": "Adventure"
    }
    
    You have to set every permission the group should have in the config, otherwise every missing permission will be deleted from the group on plugin restart.
     
  7. All running fine only Set from days dosnt work... i have type 7 Day... Player get VIP - Config save. but after reload oder reconnect remove plugin players... if he get refresh and typ /viptrial every time Days left: -1 :(
     
  8. is there any way to change this trial to hour's not days?