Jump to content

Macky

Member
  • Posts

    37
  • Joined

  • Last visited

Posts posted by Macky

  1. Hey so my buddy set the randomTickSpeed to like 1 Mil and now the server is just in an infinite crash loop. Is there anyway to fix the crash log below.

    [03:21:30 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-Paper-215 (MC: 1.19.2) ---
    [03:21:30 ERROR]: The server has not responded for 15 seconds! Creating thread dump
    [03:21:30 ERROR]: ------------------------------
    [03:21:30 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
    [03:21:30 ERROR]: ------------------------------
    [03:21:30 ERROR]: Current Thread: Server thread
    [03:21:30 ERROR]: 	PID: 24 | Suspended: false | Native: false | State: RUNNABLE
    [03:21:30 ERROR]: 	Stack:
    [03:21:30 ERROR]: 		net.minecraft.world.level.BlockAndTintGetter.getRawBrightness(BlockAndTintGetter.java:19)
    [03:21:30 ERROR]: 		net.minecraft.world.level.LevelReader.getMaxLocalRawBrightness(LevelReader.java:175)
    [03:21:30 ERROR]: 		net.minecraft.world.level.LevelReader.getMaxLocalRawBrightness(LevelReader.java:171)
    [03:21:30 ERROR]: 		net.minecraft.world.level.block.SpreadingSnowyDirtBlock.randomTick(SpreadingSnowyDirtBlock.java:52)
    [03:21:30 ERROR]: 		net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.randomTick(BlockBehaviour.java:1018)
    [03:21:30 ERROR]: 		net.minecraft.server.level.ServerLevel.tickChunk(ServerLevel.java:895)
    [03:21:30 ERROR]: 		net.minecraft.server.level.ServerChunkCache.tickChunks(ServerChunkCache.java:768)
    [03:21:30 ERROR]: 		net.minecraft.server.level.ServerChunkCache.tick(ServerChunkCache.java:648)
    [03:21:30 ERROR]: 		net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:683)
    [03:21:30 ERROR]: 		net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1535)
    [03:21:30 ERROR]: 		net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:446)
    [03:21:30 ERROR]: 		net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1397)
    [03:21:30 ERROR]: 		net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1173)
    [03:21:30 ERROR]: 		net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:305)
    [03:21:30 ERROR]: 		net.minecraft.server.MinecraftServer$$Lambda$4475/0x00000008015ba2e0.run(Unknown Source)
    [03:21:30 ERROR]: 		java.base@17.0.1/java.lang.Thread.run(Thread.java:833)
    [03:21:30 ERROR]: ------------------------------
    [03:21:30 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
    [03:21:30 ERROR]: ------------------------------

     

  2. Hey, Luck Network is looking for Developers, Staff, and Builders, we have a very simple application in our Discord.

    Just to let you know what you are getting into we Provide OneBlock & SkyMining active Owners / Staff. We are trying to grow but it's very difficult if we have no staff to advertise and in general no Staff.

    - No Experience is needed

    - Must be 14+ & have a Mic

    There is a couple more requirement's but they are very minor / small ones.

     

    IP: LuckNetwork.minehut.gg

    Discord: https://discord.gg/eRpvv9RGZY

    To apply simply go to either #staff-application #developer-application #builder-application

  3. Hey, I was wondering if anyone had any ideas of how I would go about sending a player to another server once they clicked on a certain spot in the gui using Velocity and skQuery.

     

    This is what I got so far but it just send type /help

     

    options:
        prefix: &eServer Selector
    on join:
        set slot 4 of player's inventory to nether star named "{@prefix}"
    
    on rightclick:
        if player's held item is a nether star named "{@prefix}":
            wait 1 tick
            open chest with 3 rows named "&aLuck Network &8Server Selector" to player
            wait 1 tick
            format slot 13 of player with diamond pickaxe named "&b&lSkyMining" to close then run [make sender execute command "server LuckNetHub"]
            wait 0.099 seconds
            format slot 1 of player with stone named "&a" to close

     

  4. 5 hours ago, Boxmonkey said:

    yea here you go

    i put it in a pastebin because it is kind of long

    Prestige Skript - Pastebin.com

     

    i  added the prestige <amount> on to the original command so make it a little be easier and i can always add a perm to it

     

    Sorry for all these requests but now that I think about it if someone has a lot of prestiges chats gonna be such a mess.

    So I was wondering if it would be possible to maybe add like formats to them for example:

    1 Thousand Prestiges = [1k]

    1 Million Prestiges = [1M]

    1 Billion Prestiges = [1B]

    etc.

    Also is it possible so when you get over 1k prestiges the format goes into like how its listed below.

    For example: I have 1,550 Prestiges so that would format like this [1.55k]

    For example: I have 1 Billion and 50 thousand prestiges so that would format like this [1.50B]

    ETC if you have any questions just tell me ik its kinda confusing

    and ty so much for this

  5. 59 minutes ago, Boxmonkey said:

    here you go!

     

    options:
    	p: &c&lPrestige &7
    
    
    
    command /prestige:
    	trigger:
    		if player's balance is more than or equal to 100000:
    			remove 100000 from player's balance
    			add 1 to {p.%player%}
    			send "{@p}You have prestiged"
    			chance of 10%:
    				make console execute command "/"
    				send "{@p}You have got a key"
    		else:
    			send "{@p}You need 100k to do this"
    			
    			
    			
    		
    on chat:
    	if {p.%player%} is not set:
    		set {p.%player%} to 0
    		set the chat format to "&7[&c%{p.%player%}%&7] %player's prefix%%player% &8>>&7 %message%"
    	else:
    		set the chat format to "&7[&c%{p.%player%}%&7] %player's prefix%%player% &8>>&7 %message%"
    		
    		
    		
    #can remove
    on join:
    	if {joins::*} does not contain uuid of player:
    		add uuid of player to {joins::*}
    		set {p.%player%} to 0
    		
    		
    		
    command resetjoinslist:
    	permission: reset.joins
    	trigger:
    		delete {joins::*}

     

    Thank you for making this for me. And also is there anyway whenever your free to maybe add like a command like "/prestigetimes <amount of times you want to prestige>" 

    And also how would I go about like say you won 200 Prestiges in a Crate what command would that be to add prestiges to someon.

  6. 36 minutes ago, Boxmonkey said:

     

     

    fix

    command /sell:
      trigger:
        set {_prismarine} to amount of prismarine in player's inventory
        add {_prismarine}*50000 to player's balance
        set {_t} to {_prismarine}*50000
        send "You've sold %{_prismarine}% prismarine for %{_t}%$"
        remove all prismarine from player's inventory

     

    Thank you so much!

  7. On 8/8/2021 at 11:14 PM, TankSniperD said:

    Reply to this with your IGN, your server type(Gens, Mining, etc.) and What skript you want. I will try my best to do it, I might not be able to do all your requests. Just to let you know, I have about 5 years of experience Skripting. Thanks. I will contact you if I am working on your Skript! 😄

    IGN: Just_Macky

    OP Prison Server

     

    Can you make me the Skripts I have linked below.

    I would like it if you could make me both of them.

     

  8. Hey can someone make me a /prestige Skript? I would like it to have all the things listed below.

     

    - /prestige

    - 10% Chance to give a key just leave the quotes blank ill fill the key command in.

    - gives player +1 prestige

    - /prestige Costs 100k

    - I'm using Vault as well

     

     

    Is there anyway to make it so it shows the number of prestiges you have in chat I'm using Essentials Chat If that's possible can you also integrate that in as well thank you .😄

     

  9. On 8/10/2021 at 12:56 AM, AbusingNub said:
    command /sell:
      trigger:
        set {_prismarine} to amount of prismarine in player's inventory
        add {_prismarine}*50000 to player's balance
        send "You've sold %{_prismarine}% prismarine for ({_prismarine}*50000)$"
        remove {_prismarine} prismarine from player's inventory

    Hopefully this works, haven't had time to test.

     

     

    It doesn't work it shows me this error. And also when I try to sell it it gives me the Money but never takes away my Prismarine.

     

    0b1ed6cd3681f9f8b5a19a5e3d805ebf.png
    https://gyazo.com/0b1ed6cd3681f9f8b5a19a5e3d805ebf

  10. Hello.

    So I would like a Skript that when u right click a sign it resets a mine using MRL

     

    First Line: &c&l[RoyalMinez]

    Second Line: &bRight-Click

    Third Line: &bReset The Mine

    Fourth Line: &c&l[RoyalMinez]

    Command: "mrl reset s2stone-mine -s"

     

    If you can get this working for me that would be greatly apricated.

  11. If anyone could make me a Gen Skript with almost everything I have listed below I would really Appreciate it.

    - /sell - Whenever you /sell can you make it so it puts the money in the balance using the Vault Plugin. (if that made any sense)

    - A GenCap at 20 Gens

    - Every 100 Ticks it drops the Item

    - Shift + Right Click - To Upgrade the Gen

    - Left Click the Gen and it instantly breaks.

    - A Custom msg When you /sell & A Custom msg when you hit you Gen Cap

                                          --Then All That--

     Wheat Generator - $5 - named "&eWheat Generator" - $2500 To Upgrade
     Melon Generator - $10 - named "&eMelon Generator" - $6000 To Upgrade
     Pumpkin Generator - $20 - named "&ePumkin Generator" - $15000 To Upgrade
     Coal Generator - $35 - named "&eCoal Generator" - $30000 To Upgrade
     Iron Generator - $50 - named "&eIron Generator" - $60000 To Upgrade
     Gold Generator - $75 - named "&eGold Generator" - $100000 To Upgrade
     Redstone Generator - $100 - named "&eRedstone Generator" - $120000 To Upgrade
     Lapis Generator - $150 - named "&eLapis Generator" - $200000 To Upgrade
     Diamond Generator - $200 - named "&eDiamond Generator" - $400000 To Upgrade
     Emerald Generator - $300 - named "&eEmerald Generator" - $600000 To Upgrade

  12. I would like to know if its possible to make a Crates Skript with all the stuff down below without any Addons. 

    What I would like in the Crates Skript if possible:

    - All the Basics for a Crate Skript

    - /crate key <cratename> <playername> = Give the Player the Specific Crate Key

    - /crate list = List's all the Current Crates

    - I want to be able to Left Click the Crate and It will show you all the items in it. And possibly a Lore with the Change of the Item. (left click while in Survival)

    - If you dont have the right Key it will Send a msg in chat to the player and say "&cYou need a &f<crate key name> &cKey for this Crate!"

    - Push the Player backwards at speed like 0.75 or whatever you think is best.

    - And make the Skript work all without any Addons

  13. So I was wondering if it was possible to make a /nether command that when you type it, it executes this command and teleports the player.

    /nether - Then it teleports you to that location below.

    /execute in the_nether run tp %player% -103 101 25

    I don't know if this is possible I just hope someone can figure it out for me.

  14. I was wondering if it was possible to make a Skript that when you Right Click a Lime Green Shulker Box with 30 exp levels or up it will give you Lime Green Dye named "&a&lXp Token" and it has a 20% chance to give 3 "&a&lXp Token" 30% chance 2 "&a&lXp Token" 50% chance 1 "&a&lXp Token"

    When you Right Click the Shulker Box make it take away your exp levels randomly like 1, 3, 4, 10 etc. Whatever you think is best.

    Also is there any way that someone can left click it and they can view the lime dye with the chances of the lime dye as the lore?

    And is there anyway to add a permission so someone can right click and left click the shulker in a world guarded area?

×
×
  • Create New...