Jump to content

Iftebinjan

Creator
  • Posts

    527
  • Joined

  • Last visited

Everything posted by Iftebinjan

  1. Iftebinjan

    combat helicopters

    This should be fixed in Ver 1.0.4
  2. Iftebinjan

    combat helicopters

    Changed Status from Pending to Closed Changed Fixed In to 1.0.4
  3. Version 2.0.6

    241 downloads

    Please read carefully before starting a support ticket. Many suggestions they gave me have not yet been adapted into the plugin, but remember that I still plan to add many new features. I'm limiting UI customization to maintain plugin aspects and prevent fake copies. Yes, it will be necessary to redo the configuration and translation of the plugin as it is a new major version. In this new plugin update to v2, everything has been redone from scratch, fixing many bugs and improving many features! A new user interface, much more elegant and easier to use; Plugin performance is 10x faster for users and for the server; Console to allow admins to start the event without joining in the game; It is now possible to break the ground with arrows; Now you can play alone! To win, just stay alive until the last foundation is destroyed! Note: You can change/add new commands in the plugin configuration file. Note 2: The console and chat commands will be the same, just remove the '/' before using them in the console /floordrops start - To start the event /floordrops stop - To stop the event /floordrops join - To join the event /floordrops leave - To leave the event You can use this simple API to communicate with your plugin easily: PLUGIN HOOKS PLUGIN METHODS WARN: Your old floordrops configuration file will be deleted to create a new one. Default configuration file: { "Commands to be registered": [ "floordrops", "fd" ], "Allowed commands in arena (use '/' before the command to allow a chat command)": [ "/clan ff", "oxide.usergroup" ], "Event Settings": { "Warmup duration (seconds)": 45.0, "Auto start cooldown (0 = disabled)": 1800.0, "Minimum participants": 1, "Allow PVP": true, "Event position": { "x": 300.0, "y": 800.0, "z": 500.0 } }, "Floor Settings": { "Arena size (M²) | Example: 4 = 4x4": 12, "Layers (max = 5 | min = 1)": 5, "Floor drop interval": 0.5, "Drop amount": 2, "Destroy on hit": true }, "Prize Settings": { "Commands to execute": [ "deposit {player_id} 1000" ], "Items": [ { "Short name": "rifle.ak", "Amount": 1, "Container (wear/belt/main)": "belt", "Skin ID": 0, "Name": "FloorDrops winner's AK" }, { "Short name": "ammo.rifle", "Amount": 128, "Container (wear/belt/main)": "main", "Skin ID": 0, "Name": "FloorDrops winner's AK Ammo" } ] }, "Give Settings": { "Give items during the event": true, "Items": [ { "Drop after (seconds)": 10, "Short name": "bow.hunting", "Amount": 1, "Container (wear/belt/main)": "belt", "Loaded ammo": 1, "Skin ID": 0, "Show warn": true }, { "Drop after (seconds)": 10, "Short name": "arrow.bone", "Amount": 2, "Container (wear/belt/main)": "main", "Loaded ammo": 0, "Skin ID": 0, "Show warn": false }, { "Drop after (seconds)": 30, "Short name": "pistol.m92", "Amount": 1, "Container (wear/belt/main)": "belt", "Loaded ammo": 4, "Skin ID": 0, "Show warn": true } ] }, "UI Settings": { "Popup settings": { "Background opacity": 0.6 }, "Join/Leave box settings": { "Anchor": "MiddleRight", "Offset": "-140 -56 -12 56", "Background color": "0 0 0 .85", "Padding": 6.0, "Top line color": "0 1 1 1", "Join button color": "0.55 0.78 0.24 1", "Leave button color": "0.8 0.28 0.2 1" }, "Remaining players settings": { "User icon size": 32.0, "Outline color": "1 1 1 1" } }, "Version": { "Major": 2, "Minor": 0, "Patch": 0 } }
    $20.00
  4. Iftebinjan

    combat helicopters

    send me your plugin configuration, please. Can you explain the problem a bit more as well.
  5. Version 1.0.5

    164 downloads

    PlayersUI give to your server with a beautiful and iterative interface for searching users and viewing their profiles. Features - A beautiful player list with a search box and pagination; - A profile for each user; - Permission to customize profile banner; - Badges on user profile with tooltips; - Highlight groups in user list; - Customizable commands; - Custom buttons in the profile; Default Commands /profile [target] - Show user profile; /players - Show the player list; /banner [url or default] - Change your current banner Demonstraton: Default configuration file: { "Player list command name": "players", "Profile command name": "profile", "Banner command name": "banner", "Change banner permission name": "playersui.banners.use", "Server default banner url (Recommended size: 1200x272)": "https://i.imgur.com/VjbhyCO.png", "Badges (don't use spaces in the ID, only alphanumeric chars and _ to replace the spaces)": [ { "id": "admin", "name": "Admin", "iconUrl": "https://i.imgur.com/v3ncrRY.png" }, { "id": "mod", "name": "Moderator", "iconUrl": "https://i.imgur.com/UV6NOQV.png" }, { "id": "sponsor", "name": "Sponsor", "iconUrl": "https://i.imgur.com/7YpivBD.png" }, { "id": "vip", "name": "VIP", "iconUrl": "https://i.imgur.com/E700MO8.png" } ], "Status display settings": { "Show kills": true, "Show deaths": true, "Show KDR": true, "Show killed animals": true, "Show killed NPC's": true, "Count all deaths (suicide, fall, animals, helicopters, etc...)": false }, "Custom buttons on profile": [ { "Button label": "<color=#FFF700>SEND TP</color>", "Button icon url": "https://i.imgur.com/diqgMnn.png", "Button background color": "0.82 0.6 0 1", "Button command": "chat.say /tpr {target_id}", "Is a server command": false, "Only admins can use": false, "Show it to your own profile": false, "Button anchor min": "1 1", "Button anchor max": "1 1", "Button offset min": "-74 -160", "Button offset max": "0 -136" }, { "Button label": "<color=#59ff00>CLAN INVITE</color>", "Button icon url": "https://i.imgur.com/EZWrsAo.png", "Button background color": "0.31 0.56 0.34 1", "Button command": "chat.say /clan invite {target_id}", "Is a server command": false, "Only admins can use": false, "Show it to your own profile": false, "Button anchor min": "1 1", "Button anchor max": "1 1", "Button offset min": "-174 -160", "Button offset max": "-80 -136" }, { "Button label": "KICK", "Button icon url": "https://i.imgur.com/zRr73cJ.png", "Button background color": "0.76 0.19 0.19 1", "Button command": "kick {target_id}", "Is a server command": true, "Only admins can use": true, "Show it to your own profile": false, "Button anchor min": "1 1", "Button anchor max": "1 1", "Button offset min": "-236 -160", "Button offset max": "-180 -136" } ], "Groups highlight": [ { "Group name (use oxide.groups on console to show all available groups)": "default", "Priority": 99, "Background color": "1 1 1 0.1", "Text color": "1 1 1 1", "Icon background color": "0 0 0 0", "Icon URL (empty = disabled)": "" }, { "Group name (use oxide.groups on console to show all available groups)": "admin", "Priority": 1, "Background color": "1 0 0 0.1", "Text color": "1 1 1 1", "Icon background color": "1 0 0 0.4", "Icon URL (empty = disabled)": "https://i.imgur.com/v3ncrRY.png" }, { "Group name (use oxide.groups on console to show all available groups)": "mod", "Priority": 2, "Background color": "0 1 0 .3", "Text color": "1 1 1 1", "Icon background color": "0 1 0 .5", "Icon URL (empty = disabled)": "https://i.imgur.com/UV6NOQV.png" }, { "Group name (use oxide.groups on console to show all available groups)": "sponsor", "Priority": 3, "Background color": "0.2 0.63 0.17 .3", "Text color": "1 1 1 1", "Icon background color": "0.2 0.63 0.17 .5", "Icon URL (empty = disabled)": "https://i.imgur.com/7YpivBD.png" }, { "Group name (use oxide.groups on console to show all available groups)": "vip", "Priority": 4, "Background color": "0 1 1 .3", "Text color": "1 1 1 1", "Icon background color": "0 1 1 .5", "Icon URL (empty = disabled)": "https://i.imgur.com/E700MO8.png" } ] } Preview images:
    $15.00
  6. Iftebinjan

    error

    Changed Status from Work in Progress to Closed
  7. Iftebinjan

    SimplePVE

    Hey, BILLY did you tried the "simplepve" command in the console? or with the Task Scheduler from the host panel. It should work, I just tested it out now. It's working well in Version 1.0.3
  8. Iftebinjan

    SimplePVE

    I will add a system like that on next update today
  9. Iftebinjan

    error

    @Robert Stevens First bug is fixed on Version - 1.0.3 The next bug is the Plugin conflict with the SentientNPC plugin which I couldn't find on any Rust plugin websites. can you please give me more info on this.
  10. Iftebinjan

    CUIEditor

    is this still working & updated? @_senyaa
  11. Iftebinjan

    error

    Changed Status from Pending to Work in Progress Changed Fixed In to 1.0.3
  12. Iftebinjan

    error

    Please contact me in Discord DM - iftebinjan That would be very helpful
  13. Iftebinjan

    SimplePVE

    You can disable all loot protection rules and use Prevent Looting plugin. if ("Disable Traps(Bear Trap, Land Mine, GunTrap, FlameTurret, AutoTurret)": ) set to true or false, turrets still going to damage NPCs
  14. Iftebinjan

    SimplePVE

    Version 1.2.7

    2,102 downloads

    SimplePVE is exactly what it says. An easy simple PVE plugin for your server to modify or change PVE rules individually & now also have a Simple Cui to control PVE rules and Create or edit Schedules. Control PVE Rules from in-game or in the config Easy to understand each individual Rules Create PVP Schedules Discord Embed Messages on PurgeStart or End Many more features are added every update /simplepve - Use to enable or disable pve toggle (Chat & Console command) /simplepve on or off - Use to enable disable pve (Chat & Console command) /sprules - Use to Open a Cui to control PVE Rules & Creating Schedules (Chat command) simplepve.admin - Required to enable or disable SimplePVE simplepve.adminloot - Required to view Loots simplepve.admindamage - Required for Admin damages to any entity void OnSPVEPurgeStarted() void OnSPVEPurgeEnded() TimeSpan GetPVPStartTimeRemaining() TimeSpan GetPVPEndTimeRemaining() Check Out My Other plugins as Well
    $14.99
  15. Iftebinjan

    SimplePVE

    Yes, This will also work with Raidable Bases
  16. Iftebinjan

    Unknown error (0xfffffffe)

    It well worked for first time started the server, after that giving me this error. i have no antivirus also i excluded this folder from windows security. Still wont work.
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.4k

Files Sold

Total number of files sold.

2.3m

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.