User:Software512/common.js/doc - minecraft.fandom.com

Jump to navigation Jump to search
Treść tej podstrony pochodzi z artykułu „User:Software512/common.js/doc” w domenie minecraft.fandom.com na licencji CC BY-NC-SA 3.0
This is the documentation page. It should be transcluded into the main script page. See Template:Documentation for more information
Barrier (held) JE2 BE2
Please do not edit this page. That would be vandalism. 

Disclaimer[]

To use this code, you MUST enter it in here! Trying to use it by modifying anything else including this page will NOT work and can potentially be vandalism.

Usage[]

This code can be used to show a special popup randomly. Try it out yourself by entering in the below code!

if (Math.floor(Math.random() * 999) + 1 == 1){
	alert("You're lucky! This was 1 in 1000!");
}

Modifying the chances[]

To modify the chances, replace “1000” with the desired number and replace “999” with that number minus 1