Jump to content

SBV3

Member
  • Posts

    119
  • Joined

  • Last visited

Everything posted by SBV3

  1. Well i've been told my various people that all ranks that have been bought have been swapped out with a legacy rank of some sort which will be happening soon. However if someone buys Patron and someone else buys VIP they will both get the same legacy rank which is quite unfair so something like PATRON : LEGACY / VIP : LEGACY could work out. Then again i don't know whether this is false news. Have a great day! -sb
  2. Oh i've played on this server but this should also work: if {homes::%player's uuid%} is >= 3: send "3 homes already set!"
  3. Gradients: RGB Gradient Creator (birdflop.com) PLUGINS: Luckperms LPC or EssentialsChat or a chat formatter commands: creating a group /lp creategroup <groupname> then to set a prefix /lp group <group> meta setprefix "&e[ADMIN] " (leave the gap at the end of "" to make a space between the player's name how to give someone a rank /lp user <player> parent set <group> this gives them the group Example: Heres one using a gradient /lp group admin meta setprefix "&#fb0000&lA&#e71c06&lD&#d3380c&lM&#be5412&lI&#aa7018&lN "
  4. Its possible to get here by either having the fly perk or using the ender pearl! hope to see you there
  5. The coordinates are: -6 51 -326 in lobby 2 (it might be in other lobbies aswell)
  6. A NEW NETWORK SERVER MH20 LOOKING FOR STAFF THIS NETWORK INCLUDES: KITPVP PRISON (WITH OUT OWN TWIST!) RPG ROGUELIKE PLAYERS FREQUENTLY ONLINE SUPPORTER CREATOR CODES LOOKING FOR: MEDIA MODS BUILDERS HELPERS WE GIVE MANY INGAME AND DISCORD REWARDS TO ADVERTISERS /join RogueNW on minehut or add: RogueNW.minehut.gg to your server list JOIN THE COMMUNITY >> This link may expire • Discord | #-announcements | Rogue Network
  7. If you have it previously downloaded then it will be in "legacy addons"
  8. command /report <text>: cooldown: 5 minute cooldown message: "&cPlease wait this admin is busy..." trigger: send "&c&lREPORT >> %arg-1%" to all player's with "skript.se.admin" permission if a player with "skript.se.admin" permission is not online: send "&cNo admins have been found..." send "%player% REPORT >> %arg-1%" to console I havent tested this but i can tell it wont work, what i want to know how to do is how to send a message to all the players of one permission... If it is possible... <<< Thanks in advance! <<<
  9. This took me 30 minutes to make so if there's bugs i am very sorry - I made this for a server called [REMOVED] go check it out! Please credit me in this skr #op commands below #permissions: skript.gems.admin command /givegems <integer> <player>: permission: skript.gems.admin permission message: &cYou dont have permission! trigger: add arg-1 to {gems%arg-2%} send "&fAn admin has gifted you %arg-1%&a&l gems&f!" to arg-2 send "&fSuccessfully gifted %arg-2%&a&l gems&f!" if arg-1 is not set: send "&cUse /givegems <integer> <player>" if arg-2 is not set: send "&cUse /givegems <integer> <player>" command /removegems <integer> <player>: permission: skript.gems.admin permission message: &cYou dont have permission! trigger: if arg-1 is bigger than {gems%arg-2%}: send "&c&lERROR&c You have tried to take too many gems this player currently has %{gens%arg-2%}% gems!" subtract arg-1 from {gems%arg-2%} send "&cAn admin has taken away %arg-1%&a&l gems&c!" #default commands below command /sendgems <integer> <player>: cooldown: 0 second cooldown message: &cYou are currently on cooldown! trigger: if arg-1 is bigger than 1: if arg-1 is smaller than {gems%player%}: if {gemtoggle%arg-2%} is true: add arg-1 to {gems%arg-2%} send "&fYou have recieved &a&lgems&f from %player%!" command /gems <player>: trigger: send "&b=-=-=-=-=&dRogueNW&b=-=-=-=-=" send "" send "&bPlayer name: %arg-1%" send "&bGems: %{gems%arg-1%}%" send "" send "&b=-=-=-=-=&dRogueNW&b=-=-=-=-=" command /gemtoggle <text>: trigger: if arg-1 is "true": set {gemtoggle%player%} to true send "&aChanged gemtoggle to true!" if arg-1 is "false": set {gemtoggle%player%} to false send "&aChanged gemtoggle to false!" ipt as it was made by me. Enjoy !
  10. on break: if block is white terracotta: cancel drops give player 5 endstone there you go
  11. are you writing the skript correctly? here an e.g of a command command /boom: trigger: send "&c&lBOOM" after a : you must leave a tab on the next line (or 4 spaces)
  12. Im not sure about this but it might be function(functioname): code goes here and here and even here is how i think it works
  13. SBV3

    Server keeps crashing

    This is not to do with skript this is the console rendering all of your addons. Maybe some of them are outdated
  14. try deleting and reinstalling skript - there could also be an outdated version to your server either that or if your using skript addons then they might not function propaperly togather
  15. SBV3

    Help with skript

    on break: if player's tool has enchantment "&7Fortune 3": cancel event set event block to air set {random} to a random integer between 1 and 3 if {random} is 1: give player 1 of event block if {random} is 2: give player 2 of event block if {random} is 3: give player 3 of event block i havent tested it and it probs dont work xD
  16. SBV3

    Help with skript

    on break: if block is glass: give player 1 glass here ya go!
  17. you dont need the :: unlesss it will be used in a list - i think
  18. we need to have your balance variables and your skript so we can see what were trying to do o_O
  19. With birdflop if your on skript you have to switch birdflop to legacy as skript dosnt like hashtags (#)
  20. You will need the plugins: Luckperms, LPC and Vault once you have added these plugins and restarted your server your going to want to execute the command: /lp group default meta setprefix "&f&lMEMBER" or you own prefix, you can add permissions by using /lp group <group name> permission set <permission> the permissions are usually the plugin followed by a "full stop" to make a group do /lp create group <group name> once thats done add a prefix like so: /lp group <group name> meta setprefix <prefix> to add suffixes do the same thing just with setsuffix instead of setprefix. You can also use the luckperms editor if you dislike executing commands ingame and is also the only way for bedrock players to be given ranks you can do this by executing the command: /lp editor Thats all cya!
×
×
  • Create New...