Break_Eternity.sk

Script Break_Eternity.sk 0.2.0

  • 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!

Contributors
De_Shroob
Supported Minecraft Versions
  1. 1.13
  2. 1.14
  3. 1.15
  4. 1.16
  5. 1.17
  6. 1.18
  7. 1.19
  8. 1.20
Probably goes up to 10^^1e308, I'm not sure but it goes up to at least 10^^9e18

^^ is tetration
10^^3 = 10^10^10 = 1e1e10
10^^5 = 10^10^10^10^10 = 1e1e1e1e10 = eeee10 = (e^4)10


Tutorial:
supergte(), supergt(), superlte() and superlt() are >=, >, <=, <
superadd(n, n2) adds n and 2 (wow)
supermul(n, n2) multiplies n and n2
superdiv(n, n2) divides n by n2
superpow(n, n2) raises n to the power of n2
maxabs(n, n2) gives the biggest of the two numbers
fromnumber(n) returns a big number from a number
normalize(n) normalizes a big number
superformat(n) formats a big number
remove everything past 650 if ur not here to test
To use the commands you need to do:
/superadd 1, 342, 1 1, 342.43, 1 (don't add this last part but) = 10^342+10^342.43 = 3.691534803926885e342

don't use a "," for normalize and superformat
Author
Shroob
Downloads
71
Views
587
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Shroob

Latest updates

  1. Performance

    divided load times by 3-4 (in some cases), made some local functions public for tetration.sk