[$3.99] SponsoredSlots - (Perfect for Skyblock, Prison, Towny) [1.8-1.17]

Lewis D

Freelance Developer
Supreme
Feedback score
45
Posts
1
Reactions
190
Resources
0
EeGJeVF.png


Click here to purchase

SponsoredSlots is a simple and efficient solution that allows players to advertise a plot, island warp, town or anything of that matter from one simple GUI. Players can use /slot to open the GUI which will state the slots available for purchase along with the ones that have already been claimed.

Players can even set a message of their choice which shows on their purchased slot and is broadcasted every X minutes. Other players can click your slot to automatically teleport to your plot/island/town location.


ly6XRqt.png

Rs4zbPd.png

Here’s a list of the features that SponsoredSlots has to offer:

  • Fully configurable GUI and messages.
  • Perfect for Skyblock, Prison & Towny servers.
  • Support for PlaceholderAPI.
  • Support for Vault economy for purchasing slots.
  • Create unlimited sponsored slots with each one fully configurable.
  • Set a custom advertisement message to go along with the slot.
  • Various sounds applied to GUI buttons and actions (opening/closing GUI).
  • Allow players (with permission) to use colour codes in their advertisment message.
KWP4gRg.png

For commands, permissions and default configuration files check out the wiki:


https://wiki.lewisdev.fun/premium-resources/sponsoredslots

 
Type
Offering
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Lewis D

Freelance Developer
Supreme
Feedback score
45
Posts
1
Reactions
190
Resources
0
Does this work with AreaShop?
You set the teleport command via the configuration. The command is executed when another player clicks your sponsored slot. Each sponsored slot can have it's own command, but this is not editable from the slot buyer in-game. Here's a snippet from the configuration of one of the slots:
Code:
'1':
      slot: 11
      # Slot duration (in seconds)
      duration: 300
      # Price to purchase a slot
      price: 100.0
      # Command to be executed when a player clicks on a claimed slot
      command: "is visit {PLAYER}"
      # Unclaimed display item
      unclaimed:
        material: PAPER
        display_name: '&6Unclaimed Slot'
        lore:
          - '&7Price: &6${PRICE}'
          - '&7Period: &6{TIME}'
          - ''
          - '&eClick to claim!'
      # Claimed display item
      claimed:
        material: PLAYER_HEAD
        username: "{PLAYER}"
        display_name: '&6{PLAYER}''s Slot'
        lore:
          - '&7Message: &6{MESSAGE}'
          - '&7Time Left: &6{TIME}'
          - '&7Command: &6/{COMMAND}'
          - ''
          - '&eClick to teleport to {PLAYER}''s Island!'
 
Last edited:
Top