Hiddden MCreator Ranks

Started by MrCreeps on

Topic category: Website and community discussion

Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hiddden MCreator Ranks
Sat, 11/06/2021 - 21:03 (edited)

Hi. This is a place where hidden MCreator ranks are listed and documented. A few days ago MCreator introduced a new rank system based on user points - User Points System | MCreator. I am not sure how many hidden ranks there are but here is a list of the ones I have currently found and the user point amount.

 

  • Tropical Fish in a Bucket - 42 points
  • Flower Pot / Sapling - 420 points

 

I only found one currently but I hope you'll help :)

Edited by MrCreeps on Sat, 11/06/2021 - 21:03
Joined Jan 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm at 420 points, and there…
Wed, 11/03/2021 - 15:42

I'm at 420 points, and there's a sapling!

 

Also the 42-point symbol being a fish in a bucket is probably a Hitchhiker's Guide To The Galaxy reference.

Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
420 is a fern in a flower…
Wed, 11/03/2021 - 16:34

420 is a fern in a flower pot.

Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I see a pattern in both of…
Wed, 11/03/2021 - 17:26

I see a pattern in both of them, 42 and 420 they obviously have 42 in both of them so maybe the next hidden one is at 4200.

Joined Nov 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
well i found this: …
Mon, 11/10/2025 - 13:05

well i found this:


        if (points == 0)
            rank_icon = "_0";
        else if (points == 42)
            rank_icon = "_42";
        else if (points == 404)
            rank_icon = "_404";
        else if (points == 420)
            rank_icon = "_420";
Joined Nov 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
404 is possibly air.
Mon, 11/10/2025 - 13:10

404 is possibly air.

Joined Nov 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i forgot to finish that…
Mon, 11/10/2025 - 13:10

i forgot to finish that comment and its the sprite after the tropical fish in a bucket

Joined Nov 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i also made this (minified):…
Mon, 11/10/2025 - 13:24

i also made this (minified):

H='Coal'
C='Quartz'
B=input
A=int
import math as D
I=D.acos(-1.)
J=A(B('Account Age (Days, 1 month = ~30 days avg, 1 year = ~365 days): '))+A(B('Account Age (Hours): '))/60
K=A(B('Comments: '))
L=A(B('Forums: '))
M=A(B('Published Mods: '))
N=A(B('Published Plugins: '))
O=A(B('Wiki Pages: '))
P=J
Q=K
R=L
S=M
T=N
U=O
V=[['Netherite Hoe',20000],['Diamond Hoe',10000],['Enchanted Golden Apple',5000],['Elytra',4000],['Dragon Egg',3000],['Netherite Ingot',2000],['Trident',1000],['Heart of the Sea',900],['Beacon',800],['Nether Star',700],['Totem of Undying',600],["Bottle o' Enchanting",550],['Ender Pearl',500],['Blaze Powder',450],[C,421],['Fern Flower Pot',420],[C,405],['Air',404],[C,400],['Emerald',350],['Diamond',300],['Redstone Dust',250],['Lapis Lazuli',200],['Gold Ingot',150],['Slimeball',100],['Iron Ingot',50],[H,43],['Bucket of Tropical Fish',42],[H,25],['Stone Pickaxe',10],['Dirt',1],['Potato',0]]
E=Q*.5+R*5+S*10+T*30+U*20+D.atan(.002*(P-1000))*450*(2/I)+317
F=''
for G in V:
	if A(E)>=G[1]:F=G[0];break
print(f"[{F}], {A(E)}")