For the complete documentation index, see llms.txt. This page is also available as Markdown.

SuperiorSkyBlock2

When SuperiorSkyblock2 is installed, the ssb2_rate_island trigger becomes available. Detection is automatic.

Trigger
Counts when the player...
Progress

ssb2_rate_island

rates an island

1 per rating

The target controls which ratings count:

  • any — any rating counts.

  • RATE:<1-5> — only that exact star rating counts.

objectives:
  explorer_critic:
    name: "&#7CF6FF&lIsland Critic"
    description:
      - "&#C7D0D9Visit other islands and"
      - "&#C7D0D9leave a rating."
      - ""
      - "&#8A8F98Progress: &#FFFFFF{progress}&#8A8F98/&#FFFFFF{required}"
    trigger: ssb2_rate_island
    target: any
    required: 3

Only counting 5-star ratings:

objectives:
  generous_visitor:
    name: "&#FFD86E&lGenerous Visitor"
    trigger: ssb2_rate_island
    target: "RATE:5"
    required: 1

The trigger fires for the player giving the rating, not the island owner receiving it. It's a social quest — a daily "rate 3 islands" quest is a cheap way to push players to actually visit each other's builds.

Last updated