-
Posts
744 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Stampy
-
- 129 comments
-
Is is possible to set the spawn point of the space station so it always spawns in one location?
-
Im enjoying the plugin and thanks for adding the console commands could i ask for one last favour? could you add one more console command to spawn in a random jet event. So like jet nuke random 10 60 so it spawns 10 Jets that fly round and shoot randomly for 60 mins?
-
i am using the latest
-
is this something i need?
-
V1.01 and yeah doesn't work for me
-
yes The flag is set to true but it still displays the Status
-
or better yet the instructions: Inside the InPVPZone method, add a condition to check if the player has the PvpGod flag: csharpCopy code bool InPVPZone(BasePlayer player) { if (player.InSafeZone() || player.HasPlayerFlag(BasePlayer.PlayerFlags.SafeZone)) return false; if (ZoneManager?.Call<bool>("PlayerHasFlag", new object[] { player, "PvpGod" }) == true) return false; return GetPlayerZoneIDs(player).Length > 0; } In the UpdateStatus method, add a condition to skip updating the status if the player has the PvpGod flag: csharpCopy code void UpdateStatus(BasePlayer player, ForceMode mode = ForceMode.None) { NextTick(() => { if (player.HasPlayerFlag(BasePlayer.PlayerFlags.PvpGod)) return; // Rest of the code to update status... }); } With these modifications, when a player has the PvpGod flag set to true, their status will not be updated or displayed. Note: It's important to ensure that the PvpGod flag is correctly implemented and set by the zone manager plugin you are using.
-
dont know if this will help you bool InPVPZone(BasePlayer player) { if (player.InSafeZone() || player.HasPlayerFlag(BasePlayer.PlayerFlags.SafeZone)) return false; if (ZoneManager?.Call<bool>("PlayerHasFlag", new object[] { player, "PvpGod" }) == true) return false; return GetPlayerZoneIDs(player).Length > 0; } With this void UpdateStatus(BasePlayer player, ForceMode mode = ForceMode.None) { NextTick(() => { if (player.HasPlayerFlag(BasePlayer.PlayerFlags.PvpGod)) return; // Rest of the code to update status... }); } But as it stands you are not compatible with Zone Flags other than safe zone flag this code should make it hide the status when the user enters a zone which has the flag PvpGod = True
-
An update for this Plugin is Required. This Plugin Stops all plugins from being loaded. No Errors in Console but after being removed all Plugins Resume. Please update.
-
When doing a zone how can i hide the PVP status as the only way i have managed it in a zone is with /zone safezone true this hides it but when pvpgod true flag it still shows PVP
-
Translation for Description hope it helps: The translation of the text into English is as follows: "Set for creating custom arenas, the set can be divided into two parts. The first part is the Base, which consists of the floor and walls of your arena. Without them, players will simply run away from you. There are a total of 10 elements in this part, along with 10 colors for each element. The second part includes the inner part of the arena, as well as walls, ramps, towers, and boxes. There are a total of 14 elements in this part, and each one can be painted in one of 10 colors. All the elements are designed to fit together. To create your own arena, you will need to add any element from the set to the desired location on the map, copy the object's position, and when adding new objects, use the copied coordinates only to blend the objects. It is advisable to start with the Base and then fill the arena with the inner elements." If you have any other questions or need further assistance, feel free to ask!
-
Yeah spoke to Kill about it its Image Requests from the plugin ImageLibrary and because its imgurs fault other plugins are updating to an alternative website.
-
I think Ether Imagelibrary or Imgur is acting up: Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencelevel6_0 - Image URL: https://i.imgur.com/Dgy9X9P.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencelevel8_0 - Image URL: https://i.imgur.com/IYloCuJ.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencelevel10_0 - Image URL: https://i.imgur.com/Xz9ZgZ4.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencefuelguage_0 - Image URL: https://i.imgur.com/NhhE3qm.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencespeedometer_0 - Image URL: https://i.imgur.com/Q1Kqsfz.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencedash_0 - Image URL: https://i.imgur.com/LLKCN1n.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencexp_0 - Image URL: https://i.imgur.com/u46vNfo.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencearmor_0 - Image URL: https://i.imgur.com/mEr59mA.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencelogo_0 - Image URL: https://i.imgur.com/d16zkJk.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: Newbie_0 - Image URL: https://i.imgur.com/i6M4ZmV.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: Airman_0 - Image URL: https://i.imgur.com/E0NeO2R.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: Airman First Class_0 - Image URL: https://i.imgur.com/wYL15FW.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: Senior Airman_0 - Image URL: https://i.imgur.com/egqFVW5.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: Staff Sergeant_0 - Image URL: https://i.imgur.com/pL6jbXM.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: Technical Sergeant_0 - Image URL: https://i.imgur.com/XrtmWAn.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: Master Sergeant_0 - Image URL: https://i.imgur.com/muYU6lf.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: First Sergeant_0 - Image URL: https://i.imgur.com/1OJ2zso.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: Senior Master Sergeant_0 - Image URL: https://i.imgur.com/zmNiE20.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: Senior First Sergeant_0 - Image URL: https://i.imgur.com/1S7Z0cO.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: Chief Master Sergeant_0 - Image URL: https://i.imgur.com/V6dQMJL.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: Chief First Sergeant_0 - Image URL: https://i.imgur.com/Dm6B08J.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: Command Chief Master Sergeant_0 - Image URL: https://i.imgur.com/wE5C1w8.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: Chief Master Sergeant of the Server_0 - Image URL: https://i.imgur.com/UdqLO7a.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPerienceraideasy_0 - Image URL: https://i.imgur.com/cAUlHlA.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPerienceraidmedium_0 - Image URL: https://i.imgur.com/Tzhbic3.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPerienceraidhard_0 - Image URL: https://i.imgur.com/MGNUPg0.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPerienceraidexpert_0 - Image URL: https://i.imgur.com/bPql6Tz.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPerienceraidnightmare_0 - Image URL: https://i.imgur.com/RpiC5dy.png Image batch (XPerience) has been stored successfully 82.29.188.190:63590/76561198334320942/Ypmats disconnecting: disconnect 82.29.188.190:52466/76561198334320942/Ypmats has auth level 2 82.29.188.190:52466/76561198334320942/Ypmats joined [windows/76561198334320942] Ypmats[76561198334320942] has spawned [XPerienceAddon] if ImageLibrary is installed, then it appears to be occupied will check again in 1 minute [Image Library] Starting order XPerience Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPerienceicon_0 - Image URL: https://i.imgur.com/JUwd2a8.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencementality_0 - Image URL: https://i.imgur.com/dR7Hcif.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencedexterity_0 - Image URL: https://i.imgur.com/u9BSoMI.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencemight_0 - Image URL: https://i.imgur.com/BXCVcKb.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencecaptaincy_0 - Image URL: https://i.imgur.com/6y5Yha1.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPerienceweaponry_0 - Image URL: https://i.imgur.com/k6jGA6F.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencewoodcutter_0 - Image URL: https://i.imgur.com/3teb5s2.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencesmithy_0 - Image URL: https://i.imgur.com/uz8szzL.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPerienceminer_0 - Image URL: https://i.imgur.com/lFkLUv0.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPerienceforager_0 - Image URL: https://i.imgur.com/SSdZZ8O.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencehunter_0 - Image URL: https://i.imgur.com/UwASeQs.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencefisher_0 - Image URL: https://i.imgur.com/QU76hi1.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencecrafter_0 - Image URL: https://i.imgur.com/IiywcbI.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPerienceframer_0 - Image URL: https://i.imgur.com/M3VgQic.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencemedic_0 - Image URL: https://i.imgur.com/mXp3Mrh.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencescavenger_0 - Image URL: https://i.imgur.com/g3S4XKW.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPerienceelectrician_0 - Image URL: https://i.imgur.com/BZJYvmX.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencetamer_0 - Image URL: https://i.imgur.com/DatpWzL.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencechicken_0 - Image URL: https://i.imgur.com/qJYzAZ6.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPerienceboar_0 - Image URL: https://i.imgur.com/ou1DgxE.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencestag_0 - Image URL: https://i.imgur.com/CwACyuG.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencewolf_0 - Image URL: https://i.imgur.com/J18C2Je.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencebear_0 - Image URL: https://i.imgur.com/kTbD3B1.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencepolarbear_0 - Image URL: https://i.imgur.com/Shk1sza.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencearchery_0 - Image URL: https://i.imgur.com/qdm8AWg.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencewizardry_0 - Image URL: https://i.imgur.com/aNuEdni.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPerienceonline_0 - Image URL: https://i.imgur.com/WafMLkk.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPerienceoffline_0 - Image URL: https://i.imgur.com/QtbFqQz.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencebackpack_0 - Image URL: https://i.imgur.com/zJbJpwx.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencelevel_0 - Image URL: https://i.imgur.com/2ouaBoh.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencelevel0_0 - Image URL: https://i.imgur.com/7KTHgTa.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencelevel2_0 - Image URL: https://i.imgur.com/GocRCM1.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencelevel4_0 - Image URL: https://i.imgur.com/KxxRouB.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencelevel6_0 - Image URL: https://i.imgur.com/Dgy9X9P.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencelevel8_0 - Image URL: https://i.imgur.com/IYloCuJ.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencelevel10_0 - Image URL: https://i.imgur.com/Xz9ZgZ4.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencefuelguage_0 - Image URL: https://i.imgur.com/NhhE3qm.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencespeedometer_0 - Image URL: https://i.imgur.com/Q1Kqsfz.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencedash_0 - Image URL: https://i.imgur.com/LLKCN1n.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencexp_0 - Image URL: https://i.imgur.com/u46vNfo.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencearmor_0 - Image URL: https://i.imgur.com/mEr59mA.png Image failed to download! Error: HTTP/1.1 429 Too Many Requests - Image Name: XPeriencelogo_0 - Image URL: https://i.imgur.com/d16zkJk.png
-
any news on this update?
-
- 30 comments
-
- #rust
- #rust plugin
-
(and 4 more)
Tagged with:
-
- 30 comments
-
- #rust
- #rust plugin
-
(and 4 more)
Tagged with: