Recent content by 11thDoctor314

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  1. 1

    Hiring [Hiring] [Temp] Need a specific skript to allow numbers above 1.79e308

    Person: My discord is xicad#1915 About: I've been looking for someone to hire to make this for a while and nobody's been able to yet, so I'm asking on here now. Perm or temp: Temporary, I just need the one skript. Basic idea of request: I need to allow for numbers above 1.79e308 in skript, by...
  2. 1

    Coronavirus verses Economy

    sareast065, could you post your error message?
  3. 1

    Solved Enable/Disable Scoreboard with %loop-player% and %player%

    Shouldn't line 8 be {show_info.%loop-player%}, because it's in a loop all players: ?
  4. 1

    How should I go about allowing numbers to go above 9.22e18?

    the a and b was what i was thinking at first, where one is mantissa and one is exponent, so I can get up to 10^9.22e18.I figured out how it would work now, and I was planning on making it so a number 8 orders of magnitudes smaller just doesn't add anything.
  5. 1

    How should I go about allowing numbers to go above 9.22e18?

    Integers, I'm not sure how to use floats with skript. Edit: Nevermind, I'm using numbers with decimals. It still caps at 9.22e18. Would I be able to manually edit the variable type in the variables file from "long" to something else? I've also seen games such as Antimatter Dimensions reach...
  6. 1

    How should I go about allowing numbers to go above 9.22e18?

    By skript numbers, do you mean variables that have a number value like {money::%player's uuid%}, or is there something I'm missing? My variables just cap at 9.22e18.
  7. 1

    A generator script

    Do you want the papers to increase a player's money when you right click while holding them?
  8. 1

    How should I go about allowing numbers to go above 9.22e18?

    Made a clicker server in 60 minutes as a joke, and it ended up getting semi-popular.
  9. 1

    How should I go about allowing numbers to go above 9.22e18?

    Yes, but if I used that, I wouldn't be able to do operations with it.
  10. 1

    How should I go about allowing numbers to go above 9.22e18?

    I've seen this done before using skript on servers but I'm not sure how to start. All I can think of doing would be storing the exponent and coefficient seperately, but I'm not sure how to do that where the math is still all correct. Not asking for spoonfeed, just wondering how I should start.