Jump to content

myst1c

Creator
  • Posts

    42
  • Joined

  • Last visited

Everything posted by myst1c

  1. myst1c

    MyTeleport

    Thank you for the feedback! Clans compatibility for auto-accepting TP requests is a great idea, and I’ll be adding it to the next development cycle. I really value suggestions like yours - they help shape the future updates.
  2. myst1c

    MyTeleport

    Hello. Good idea. A new update is about to be released and I will add this feature. Thanks for the good idea!
  3. myst1c

    MyTeleport

    The plugin already offers a wide range of features and continues to grow — a major update with new and exciting functionality is almost ready. It’s also well optimized and performs great even on high-population servers. And don’t forget — the holiday discounts are just around the corner
  4. myst1c

    MyTeleport

    Version 1.0.2

    3 downloads

    MyTeleport – an advanced and modern teleportation system for players, offering flexible teleport requests, homes, warps and powerful admin controls. Functions: 1. Player & Admin Teleportation Player teleport requests and accepts Admin teleport to players, coordinates and map markers Teleport all players to a position or to a player Dynamic height detection (use y to auto-detect ground level) Fast, optimized teleport pipeline 2. Homes System Set / teleport / remove personal homes Admin management for player homes (list / remove / tp) Home set mode: command or item Min distance between homes, build-zone checks and allowed block/item lists Custom icons and colors for homes 3. Warps Create permission-based or public warps Teleport to warps and list warps Warp creation/removal with optional permission flag 4. Requests & Trust /tp <player> — send teleport request Accept / cancel / auto-retry requests Trust system for instant teleports to trusted players UI request panel (configurable) and sound notifications 5. Moderation & Restrictions Combat block with configurable triggers and duration Restrict teleports by status (hunger, bleed, rad, cold, swim, building blocked, safe zones) Monument radius and restricted monuments list Option to deny teleport if target's vehicle has no free seats 6. Status & Notifications Notification type: chat / toast / both (notify setting) Sounds for teleport, request received, request accepted Simple Status integration for active teleport UI (customizable text, colors, icon, progress) 7. Transport behavior (important) If target player is in a vehicle, you will be automatically seated into a free seat when teleported. If there are no free seats, the teleport will be denied with a notification. Admin Commands: tp <player> — Teleport to a player tp <x> <y/"y"> <z> — Teleport to specific coordinates (use "y" to automatically determine the terrain height) tp <player> <target> — Teleport one player to another tpm — Enable or disable teleportation to a map marker tp.all — Teleport all players to yourself tp.all <x> <y/"y"> <z> — Teleport all players to specified coordinates (use "y" for automatic height) tp.all <player> — Teleport all players to a specific player a.home <player> list — Show all home points of a player a.home <player> teleport/tp <home.name> — Teleport to a specific home of a player a.home <player> remove/rem <home.name> — Remove a specific home of a player warp list — Show a list of all created warps warp create/add <name> <permission>* — Create a warp at your current location with the given name (permission optional) warp remove/rem <name> — Remove a specific warp Player Commands: tp <player> — Send a teleport request to the specified player accept — Accept a teleport request cancel — Cancel an active teleport request trust <player> — Add or remove a player from your trusted list (allows teleportation without confirmation) <warp.name> — Teleport to a specified warp (if permission is granted) Permissions: myteleport.moder – access to administrative commands myteleport.tp.request – allow sending teleport requests myteleport.tp.accept – allow accepting requests myteleport.warp.tp – default permission for warp teleportation myteleport.warp.list – permission to list warps myteleport.warp.create – permission to create warps myteleport.warp.remove – permission to delete warps Configuration: API: Hooks:
    $24.00
  5. It would be great if my file could be reviewed as well
  6. I’d like to suggest improving the file approval process for authors. Currently, every new file goes through a long review before being published. This slows down developers who already have approved files and the Author role. My idea is to let authors upload new files without approval after their first few uploads have been reviewed (for example, after 3 approved files). This would make publishing faster and more convenient for trusted developers while keeping the review system for new users.
  7. myst1c

    MyKits

    Version 1.1.0

    3 downloads

    MyKits - convenient set system with convenient settings and a concise menu. Advantages: Convenient creation of sets using the command. A convenient configuration in which you can fully customize the kits. A pleasant and concise interface. The ability to give out an item with any chance. The ability to give out a random number of items. The ability to issue kits automatically in certain biomes. The ability to set the recharge time for a set. The ability to block the set for a certain time after cleaning. The ability to specify a command instead of an item. The ability to specify your own image of the subject (png). The ability to view the items in the set. Content support in items (ammunition, weapon mods, etc.) Commands: /kit create/add/+ name - Creates a set with the specified name, saving your inventory. /kit remove/rem/- name - Deletes the set with the specified name. /kit edit/overwrite name - Replaces the items of the specified set with items in the inventory. /kit give nickname/steamID name - Issues a set with the specified name to the specified player without the need to recharge. /kit - Opens the sets menu. /kit name - Gives the player the specified set. Plugin Configuration: { "Interface Settings": { "Text font": "RobotoCondensed-Regular.ttf", "Text color": "#303030", "Background color": "#FFFFFF", "Color of other interface elements": "#303030", "Close button color": "#f44336" }, "Kit Settings": { "myst1c": { "Kit name": "myst1c", "Kit type (0 - Standard, 1 - Limited, 2 - Automatic)": 0, "Permission for kit": "mykits.default", "Kit cooldown": 600, "Cooldown after wipe": 0, "Block kit usage during raid block?": false, "Maximum kit usage count": 0, "Biome for auto-kit (0 - All, 1 - Arid, 2 - Temperate, 3 - Tundra, 4 - Arctic)": 0, "Kit items": [ { "The container in which the item will be ( 0 - Clothes, 1 - Belt, 2 - Main container )": 0, "ShortName of the Item": "attire.snowman.helmet", "The command that will be executed instead of issuing the item": null, "Image png": null, "Quantity": 1, "SkinID of the Item": 0, "State of the Item": 0.0, "Chance of obtaining the item/command": 100.0, "Setting up a random number of items ( the number cannot be 0 or less )": { "Minimum quantity": 1, "Maximum quantity": 1 }, "Ammunition": null, "Content of the item": null }, { "The container in which the item will be ( 0 - Clothes, 1 - Belt, 2 - Main container )": 1, "ShortName of the Item": "rifle.ak.diver", "The command that will be executed instead of issuing the item": null, "Image png": null, "Quantity": 1, "SkinID of the Item": 0, "State of the Item": 149.25, "Chance of obtaining the item/command": 100.0, "Setting up a random number of items ( the number cannot be 0 or less )": { "Minimum quantity": 1, "Maximum quantity": 1 }, "Ammunition": { "Type of ammunition": "ammo.rifle.explosive", "Quantity": 37 }, "Content of the item": [ { "ShortName of the Item": "weapon.mod.lasersight", "State of the Item": 300.0, "Quantity": 1 }, { "ShortName of the Item": "weapon.mod.silencer", "State of the Item": 99.25, "Quantity": 1 }, { "ShortName of the Item": "weapon.mod.holosight", "State of the Item": 300.0, "Quantity": 1 }, { "ShortName of the Item": "weapon.mod.extendedmags", "State of the Item": 100.0, "Quantity": 1 } ] }, { "The container in which the item will be ( 0 - Clothes, 1 - Belt, 2 - Main container )": 1, "ShortName of the Item": "frontier_hatchet", "The command that will be executed instead of issuing the item": null, "Image png": null, "Quantity": 1, "SkinID of the Item": 0, "State of the Item": 400.0, "Chance of obtaining the item/command": 100.0, "Setting up a random number of items ( the number cannot be 0 or less )": { "Minimum quantity": 1, "Maximum quantity": 1 }, "Ammunition": null, "Content of the item": null } ] } } }
    $14.32
  8. Changed Status from Pending to Closed
  9. myst1c

    New Error

    Changed Status from Pending to Closed Changed Fixed In to 4.1.8
  10. myst1c

    New Error

    Hello. I have released an update that should not contain this error.
  11. Hello, you can send a screenshot of how it looks. I don't really understand what you mean.
  12. myst1c

    MyStatistics

    Hello, in the screenshot you can see what it looks like to save time in a data file. I can remove the top players, but then you will only have this one card open.
  13. myst1c

    MyStatistics

    Hello, yes it is possible, everything is correct Unix time. There is a parameter in the configuration that disables the ability to view statistics.
  14. You can also make it so that in the description of the plugin, etc., you can edit the size of the image.
  15. Insert the configuration via BBCode so that there is a small menu with the ability to scroll. It seems to me that it will be more convenient this way.
  16. myst1c

    Console Error

    Changed Status from Pending to Closed Changed Fixed In to 4.0.0
  17. Changed Status from Work in Progress to Closed Changed Fixed In from 3.4.5 to 4.0.0
  18. You can add services for withdrawing money for Russian developers)
  19. myst1c

    MyStatistics

    Hello, yes, of course there is. Thank you for describing exactly what needs to be added for the convenience of PVE servers. I have already started working on a global update, the functionality will be increased.
  20. myst1c

    MyStatistics

    Hello. I started working on new plugin features and would like to know more about what exactly needs to be added for PVE. If it's not difficult, I would be very grateful if you would explain to me better what exactly needs to be added for PVE.
  21. myst1c

    MyStatistics

    Sorry, but where did you get the plugin if you are not a buyer?
  22. myst1c

    MyStatistics

    Hello, I'm glad you liked the plugin! I've been thinking for a long time about making a dark theme and a button in the menu to switch themes. As for people seeing all the statistics of the player, I will also implement it somehow. And I don't know about PVE servers, I've never encountered them, I'll definitely find out what and how, and implement functions for PVE servers. Thank you for your feedback!
  23. Changed Status from Pending to Work in Progress Changed Fixed In to 3.4.5
  24. Hello, I will try to do it soon. You can explain in more detail about the flexibility of the interface what exactly needs to be done. And in order for avatars to be displayed, you need to configure the ImageLibrary plugin as I wrote below: { "Avatars - Store player avatars": false, // Here you need to specify true "Steam API key (get one here https://steamcommunity.com/dev/apikey)": "", // Enter your steam api key here "URL to web folder containing all item icons": "https://www.rustedit.io/images/imagelibrary/", "Progress - Show download progress in console": true, "Progress - Time between update notifications": 20, "User Images - Manually define images to be loaded": {}, "Version": { "Major": 2, "Minor": 0, "Patch": 62 } }
  25. myst1c

    MyStatistics

    invite you to my Discord server! Here you will be the first to find out what I am working on, and you will be able to offer your plugin ideas, as well as upcoming updates. Discord - click
2.1m

Downloads

Total number of downloads.

9.7k

Customers

Total customers served.

141.2k

Files Sold

Total number of files sold.

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.