Jump to content

Au

Member
  • Posts

    52
  • Joined

  • Last visited

Everything posted by Au

  1. Au

    Shop UI

    Is IQEconomic supported? How do I add it using?
  2. Au

    VIP Tokens

    This comment is from a Chinese user's experience, because I don't know English, all Google translations may not express what I mean, I was surprised to find that I bought a lot of plugins from this author imthenewguy, and each of them amazes me, give me PVE The server brings a different experience. Players like the gameplay I designed very much. This is inseparable from the excellent and powerful implementation functions of the plug-in itself. I hope to launch more interesting plug-ins to enrich my server. At the same time, the author He is also a very active person who responds to customer comments and questions. He can quickly help us server administrators who do not understand code and have no experience. From the bottom of my heart, I am willing to empty my wallet and buy🤩
  3. Au

    VIP Tokens

    Each layer has the same permissions, but the parameters are different. For example, VIP1 enjoys 200HP, VIP2 enjoys 300HP, etc.
  4. Au

    VIP Tokens

    Run, HP increase, small plane, no durability, punctuation teleport, etc.Then each classification, different parameter configuration
  5. Au

    VIP Tokens

    I think they get these items, but I need several more groups to achieve the same function, for example, VIP1 can get weapons, but the player's HP is different, VIP2 can get weapons, the HP is different, the collection is different, similar to the membership level
  6. Au

    VIP Tokens

    VIPToken.json
  7. Au

    VIP Tokens

    Hello author I have purchased this plugin, it is great, but I will not add multiple permissions, how to do it, can you give me an example! I don't quite understand, this usage, I want to give my members multiple permissions, how to add them, what is the format, anxious { "Maximum VIP days that a player can accumulate per tier": 90, "Sound effect when purchasing or consuming a token": "assets/prefabs/deployable/vendingmachine/effects/vending-machine-purchase-human.prefab", "Sound effect when consuming a token. Set it to nothing if you do not want an effect": "assets/prefabs/misc/easter/painted eggs/effects/gold_open.prefab", "Password for command verification (make one up)": "ChangeThisPassword124u5109123", "Chat commands for opening the menu.": [ "viplook", "vipye", "vipcc", "vipdh" ], "Date time format (case sensitive): dd == day. MM == month. yyyy == year": "yyyy-MM-dd", "Prevent players from consuming a token if they are already in the group?": true, "How often should the plugin check to see if a player has run out of VIP [seconds]?": 600.0, "Add your vip tiers and commands here. Use {id} in place of a players userid and {name} in place of their name.": { "vip1": { "name": "神龙会员", "time_type": "day", "time_to_add": 30, "vip_group": "vip1", "vip_description": "欢迎加入尊贵的会员,您讲享受以下权益:\n1,武器无耐久\n2,加速熔炉\n3,起始10倍武器三种\n4,召唤武直副本\n5,标点传送60秒冷却\n6,宠物一个\n7,血量提升\n8,弹夹提升\n9,小飞机一辆\n10,专属会员菜单", "remove_tokens_on_wipe": false, "token_item": { "name": "30天会员币", "skin": 2529344741, "item_shortname": "radiationresisttea.pure" }, "_command": { "command": "o.grant group vip1 nodurability.allowed", "message": "你获得金刚不坏", "public_message": "{name} 金刚不坏. ID: {id}", "hook": true }, "_commands": [ { "command": "o.grant group vip1 mapteleport.vip9", "message": "你获得标点传送10冷却.", "public_message": "{name} 你已获得VIP标点传送10冷却能力. ID: {id}", "hook": true }, { "command": "o.grant group vip1 quicksmelt.use", "message": "熔炉加速.", "public_message": "{name} 熔炉加速. ID: {id}", "hook": true }, { "command": "o.grant group vip1 betterhealth.vip", "message": "血量提升.", "public_message": "{name} 血量提升. ID: {id}", "hook": true }, { "command": "ITEMFROMSHOP {id} rifle.ak 1 2668559158", "message": "起始10倍AK300.", "public_message": "{name} 你获得一把会员起始武器. ID: {id}", "hook": true }, { "command": "ITEMFROMSHOP {id} lmg.m249 1 2592753455", "message": "起始10倍M249.", "public_message": "{name} 你获得一把会员起始武器. ID: {id}", "hook": true }, { "command": "ITEMFROMSHOP {id} lmg.m249 1 2643202100", "message": "起始10倍LR300", "public_message": "{name} 你获得一把会员起始武器. ID: {id}", "hook": true } ], "remove_commands": [ { "command": "inventory.giveto {id} scrap 1000", "message": "You received some scrap when your vip ended.", "public_message": "{name} has redeemed a token and give themselves some scrap. ID: {id}", "hook": true } ] } } }
  8. Au

    VIP Tokens

    Can one token add many permissions? Does he conflict with IQPermissions, IQChat
  9. Au

    IQChat

    How to open the administrator menu interface UI, input /chat does not respond
  10. Au

    Shop UI

    Thank you, I got it done, there is only one question left, please take a look at the private message
  11. Au

    Shop UI

    Sorry, my English is not very good, I use Google Translate to communicate with you, I have got it, but how to make the project display the name! The player has no idea what he bought!
  12. Au

    Shop UI

    Thank you very much for your teaching Can you share your file with me? Commands.json
  13. Au

    IQPermissions

    I want to add it to the shop UI. Can I set the permissions for players to expand their backpacks like this? Or how can you help me? { "YourCommandName": { "DisplayName": "default", "Image": "https://rustlabs.com/img/items180/water.salt.png", "Message": "You just bought command", "Command": "chat.say grantperm %steam% Permission Time 1m", "BuyPrice": 50, "Currency": "eco", "ShowDisplayName": false
  14. Au

    Shop UI

    David, I sent you a private message, why didn't you reply to me, how can I add the permission to the store to sell it by category? I am a Chinese user, I have no discord channel to contact you!
  15. Au

    Character Creation

    The status is not seen
  16. Au

    IQChat

    What are the permissions to open the admin panel?
  17. Au

    Phone Core

    I don't understand
  18. Au

    Phone Core

    What's new
  19. Au

    Phone Core

    I purchased it but don't see the .cs file
  20. Au

    Shop UI

    Hi! How can I add a column of categories to the store UI for sales permission commands, do I need to copy the code to create the categories? Commands.json. I should add it, but how can I show it in the store?🤣Sorry I'm a rookie, I'm from China, no Discord account
  21. Au

    Welcome Panel

    I bought the bundle for $39 and I can't open either one🥶
  22. Au

    King and Lords

    Could you please give me a master detail permission? I want to add version permissions for different countries.
  23. Au

    NPC Grenades

    Hello author, the plugin is great, my idea is that after players buy grenades on my PVE server, they can throw them as pets and help them attack IQBOSS together. There are many NPC plugins on my server, but they don’t know if they find a problem. Attacking the bosses on the map will only attack the players! Can you let him throw a gashapon like a digital elf and help the players fight!
  24. Au

    NPC Grenades

    [Error] Failed to run a 0.10 timer in 'NPCGrenades v1.1.17' (KeyNotFoundException: The given key was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <fb001e01371b4adca20013e0ac763896>:0 at Oxide.Plugins.NPCGrenades+
  25. Au

    Super Medical

    No permission set? I'll help you
1.7m

Downloads

Total number of downloads.

8.1k

Customers

Total customers served.

121.9k

Files Sold

Total number of files sold.

2.5m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.