Sapphire Core v1.1 - Anti Mob Aura Challenges Added!

Status
This thread has been locked.

TheCrystalStar

Banned
Feedback score
2
Posts
213
Reactions
65
Resources
0
SapphireCore.jpg


Sapphire Core is built to provide features in one plugin, rather than downloading many other plugins. Everything is custom coded from scratch.
commands.png

  • /Withdraw - Withdraw is essential for every server, as it allows users to withdraw and deposit physical bank notes. For Example Using /Withdraw (amount) will remove that amount from your balance on put in other a physical note which can be traded or redeemed.
  • /Fly - Name explains it all, it's just fly.
  • /Freeze - Freeze is suppose to allow server owners / staff to better moderate their server. This isn't a normal freeze plugin as it opens a GUI (if enabled) to tell user how to get unfrozen, and much more!
  • /Vote - This command is used to view the servers vote links. (Set in Config)
  • /IP - Used to view the server's IP. (Set in Config)
  • /Forum - Displays the link to the forum/forums. (Set in Config)
  • /Twitter - Can be used to set all twitter links also set in the config file.
  • /StaffMode - Staff mode allows staff members / server owners to enter spectator mode. But before that it saves their location and inventory. Upon exiting staff mode the user will receive all their items and be sent back to their location.
  • /ClearChat - Can be used to clear the global chat or simply a users chat.
  • /MysteryMobSpawner - If you know the server CosmicPvP they have a "Mystery Mob Spawner" plugin which allows users to either get a normal Spawner or a special one which drops special items.
  • AntiMobAura - Opens the anti mob aura challenge.
Req.png

  • Vault is a requirement for Sapphire Core.
  • Any economy plugin that works with vault is supported. By Default if you have essentials, no need to worry.
pictures.png

noclose.PNG
Screenshot (58).png
Screenshot (59).png
Screenshot (60).png
Screenshot (61).png
withdarw.PNG
I forgot I can only upload a max of 10 so your going to have to click to link to see The mystery spawners pictures.
http://h13i.imgup.net/mssb2b7.PNG
http://t27i.imgup.net/Screenshot6238.png
http://s46i.imgup.net/Screenshot8ec5.png
Configuration File:
Code:
Tag: "&f&l<&6&lSapphire&e&lCore&f&l> "
############################################
#+----------------------------------------+#
#|  |#
#|  Other Configuration  |#
#|  |#
#+----------------------------------------+#
############################################
Entered-Staff-Mode: "&bYou have entered &6Staff &bMode!"
Exited-Staff-Mode: "&bYou have exited &6Staff &bMode!"
#Death certs, drop when player kills player?
DeathCertificates: true
AutoTnT:
  Enabled: true
#Water Damage
Water-Damage:
  #Should water damage be enabled?
  Enabled: true
  #Should water damage player's hearts?
  Hearts: true
  #How Many hearts of damage do you want the player to take? 1 = half 2 = full heart
  DamageAmount: 2
  #How long should the delay be? Basically how long until player is damaged/poisoned again?
  #20 = 1 secound
  Delay: 20
  Poison-Effect: true
  Potion:
  #Type of potion effect. A List can be found here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html
  Type: 'POISON'
  #Level of the potion. It starts at 0. So 0 would be 1, 1 would be 2 and so on.
  #So the potion is essentially poison 1
  Level: 0
  #The length of the potion in secs.
  Length: 5
Player-only: "&cOnly players may use that command."
#Flying
Fly-On: "&aFlying is now &6Enabled!"
Fly-Off: "&aFlying is now &6Disabled!"
PlayerJoin:
  Message: true
  SendMessage: "&cWelcome {Player} &cTo The Server!"
############################################
#+----------------------------------------+#
#|  |#
#|  Freeze Configuration  |#
#|  |#
#+----------------------------------------+#
############################################
FreezeMenu:
  Enabled: true
  #Title of the menu that opens if above is set to true.
  Title: '&f&l<&3&lSapphire&b&lFreeze&f&l>'
  #What Color do you want the glass?
  # 0 = White
  # 1 = Orange
  # 2 = Magenta
  # 3 = Light Blue
  # 4 = Yellow
  # 5 = Lime
  # 6 = Pink
  # 7 = Gray
  # 8 = Light Gray
  # 9 = Cyan
  # 10 = Purple
  # 11 = Blue
  # 12 = Brown
  # 13 = Green
  # 14 = Red
  # 15 = Black
  GlassColor: 0
  ContactGlassColor: 14
  Items:
  #The glass pane in the middle of inventory which gives info to be unfreezed.
  Contact:
  Name: '&cPlease Join The Teamspeak'
  Lore:
  - '&bTS-IP: &6IP Here'
  - '&7Logging out will result in a ban.'
  - '&6Please Join Right Now.'
  Glass:
  Name: '&b&lYour Frozen!'
  Lore:
  - '&7You cannot exit the this inventory.'
  #- '&' You can add more lines to lore by removing the #,
  #- '&' You can add more lines to lore by removing the #
  #What should it tell the player if they try to close the menu while frozen?
  Attemp-Close-Message: '&aYou cannot close this inventory while frozen!'

#Message if player is offline.
Offline-Player: '&6%PlayerName% &bIs offline'
#This is the message that will be shown if you don't provide a player to freze/unfreeze
More-Args: '&aPlease Specify a player to freeze/unfreeze.'
#What should it say if the player tries to move while frozen?
Move-Message: '&aYou cannot move while frozen'

# Use %PlayerName% to get the name of the player who has been frozen/unfrozen
#What should it tell the sender when they unfreeze the player?
Unfreeze-Message: '&6%PlayerName% &bHas been unfrozen.'
#What should it tell the sender when they freeze the player?
freeze-Message: '&6%PlayerName% &bHas been frozen.'

#Use %FreezerName% to get the person who froze player.
#What should be sent to the player when they get freezed
Target-Freeze-Message: '&bYou have been frozen by&6 %FreezerName%'
#What should be sent when the player is unfreezed?
Target-Unfreeze-Message: '&bYou have been unfrozen by&6 %FreezerName%'

#Block Break message
Block-Break: '&cYou cannot break blocks while frozen!'
#Block Place message
Block-Place: '&cYou cannot place blocks while frozen!'

Ban-On-Quit: true
#Banned Message
# Use \n to start on next line.
Frozen-Ban-Message: "&cYour banned from the server.\n&f[&aReason&f] &bDisconnecting/Logging when frozen!"
############################################
#+----------------------------------------+#
#|  |#
#|  Withdraw Configuration  |#
#|  |#
#+----------------------------------------+#
############################################
Banknotes:
  WithdrawSound: 'Bat_Take_off'
  DepositSound: 'Level_Up'
  #Minimum amount of cash they can withdraw
  Min: 1
  #Maximum amount of cash they can withdraw
  Max: 2000000000
  Item: 'Paper'
  Name: '&6&lBank&e&l Notes'
  Lore:
  - '&eAmount &a$%amount%'  # This line has to have %amount% or the plugin will send errors
  - '&6Withdrawn by &e%player%'
Withdraw:
  Usage: '&f/&eWithdraw &f<&6Amount&f>'
  NotEnoughCash: '&cYou cannot withdraw this amount, or you don''t have enough cash'
WithdrawMessage:
- '&c&l-$%amount%'
# Placeholders for DepositMessage:
# %amount% - Amount of cash the banknote is worth
# %newbalance% - New balance of the player after redeeming the banknote
DepositMessage:
- '&a&l+$%amount%'
trillion: 't'
billion: 'b'
million: 'm'
thousand: 'k'
############################################
#+----------------------------------------+#
#|  |#
#|  Social Configuration  |#
#|  |#
#+----------------------------------------+#
############################################
VoteLinks:
  - "§6§l§m========================§e§l§m========================="
  - "  &b&lVOTE LINK 1"
  - "  &b&lVOTE LINK 2"
  - "  &b&lVOTE LINK 3"
  - "§e§l§m========================§6§l§m========================="
Server-IP:
  - "§6§l§m========================§e§l§m========================="
  - "  &b&lYOUR.SERVERIP.HERE"
  - "§e§l§m========================§6§l§m========================="
Twitter-Link:
  - "§6§l§m========================§e§l§m========================="
  - "  &b&lYOUR.TWITTER.LINK"
  - "§e§l§m========================§6§l§m========================="
Forum-Link:
  - "§6§l§m========================§e§l§m========================="
  - "  &b&lLINK.TO.FORUMS"
  - "§e§l§m========================§6§l§m========================="
############################################
#+----------------------------------------+#
#|  |#
#|  Mystery Mob Spawners Configuration  |#
#|  |#
#+----------------------------------------+#
############################################
MysteryMobSpawners:
  Enderman:
  Uncover-Message: "&7You uncovered a &9&lEnderman &7Spawner!"
  Cow:
  Uncover-Message: "&7You uncovered a &d&lCow &7Spawner!"
  Creeper:
  Uncover-Message: "&7You uncovered a &a&lCreeper &7Spawner!"
  IronGolem:
  Uncover-Message: "&7You uncovered a &e&lIronGolem &7Spawner!"
  Blaze:
  Uncover-Message: "&7You uncovered a &c&lBlaze &7Spawner!"
  PigZombie:
  Uncover-Message: "&7You uncovered a &e&lPigZombie &7Spawner!"
  MagmaCube:
  Broadcast-Uncover: true
  Uncover-Message: "%Player% &ahas recieved a &e&lMagmaCube &7Spawner &afrom a &6&lMystery Mob Spawner!"
  #This will only be shown if Broadcast-Uncover is set to false.
  Uncover-Message-Private: "&7You uncovered a &6&lMagmaCube &7Spawner!"
  Ghast:
  Broadcast-Uncover: true
  Uncover-Message: "%Player% &ahas recieved a &e&lGhast &7Spawner &afrom a &6&lMystery Mob Spawner!"
  #This will only be shown if Broadcast-Uncover is set to false.
  Uncover-Message-Private: "&7You uncovered a &6&lGhast &7Spawner!"
  MushroomCow:
  Broadcast-Uncover: true
  Uncover-Message: "%Player% &ahas recieved a &e&lMushroom Cow &7Spawner &afrom a &6&lMystery Mob Spawner!"
  #This will only be shown if Broadcast-Uncover is set to false.
  Uncover-Message-Private: "&7You uncovered a &6&lMushroom Cow &7Spawner!"
  Drops:
  Enabled: true
  MagmaCube:
  Item: 'DIAMOND'
  ItemMeta: 0 #Change 0 if it has meta example: 1:6
  Amount: 2
  Ghast:
  Item: 'EMERALD'
  ItemMeta: 0 #Change 0 if it has meta example: 1:6
  Amount: 1
  MushroomCow:
  Item: 'GOLD_INGOT'
  ItemMeta: 0 #Change 0 if it has meta example: 1:6
  Amount: 2
############################################
#+----------------------------------------+#
#|  |#
#|  Anti Mob Aura  |#
#|  |#
#+----------------------------------------+#
############################################
AntiMobAura:
  # Minimum amount of kills the user has to get before the GUI has a chance to open.
  MinKills: 20
  # The max amount of kills the user can get before the GUI opens. If their kills is == or > to this it will always open.
  MaxKills: 100
  # This the range of numbers that can be used it will generate a number between 0-175 if their kills it == that number
  # they challenge menu will open then that number will be reset. This number is different for every user.
  RandomNumberRange: 175
  #How long in seconds does the player have to select the right Item?
  TimeToChose: 5
  #Should the player be kicked after the time to chose is up.
  KickPlayerAfterTime: true
  #Should The kick reason be sent to the player if they're kicked?
  SendKickReason: true
  #Use \n to start a new line
  KickReason: "&f&l<&6&lSapphire&e&lCore&f&l>\n&cYou Failed to complete the challenge!"
  #Should the player be banned if they Don't complete the challenge in time?
  BanAfterTime: false
  #What should be said to the player if they try to join if banned?
  # use \n to create new line.
  BanMessage: "&f&l<&6&lSapphire&e&lCore&f&l>\n&4&lYour Banned From The Server\n&6[&bReason&6] &fFailed to complete AntiMobAura Challenge!"
  #Do you want commands to be ran if player doesn't complete the challenge within the set time?
  PerformCommand: true
  Commands:
  - "broadcast &6%Player% &bhas been kicked. User did not complete anti mob aura challenge"

Other Features:
TODO:
  • Add Config options for Death Certificates (Change how they look)
  • Ability to change true/false and other options in config in game.
  • Add Staff Chat
  • The ability to withdraw experience and place into bottle.
  • Add A fully functional report system (All GUI based)
  • NOTE THESE FEATURES ARE PLANNED TO BE ADDED BEFORE V.2
Permissions:
  • SapphireCore.MysteryMobSpawner - Needed to use /Mms or MysteryMobSpawner
  • SapphireCore.ClearChat - Needed to use /ClearChat
  • SapphireCore.StaffMode - Needed to use /Staffmode
  • SapphireCore.Vote - Needed to use /Vote
  • SapphireCore.IP - Needed to use /IP
  • SapphireCore.Forum - Needed to use /Forum
  • SapphireCore.Twitter - Needed to use /Twitter
  • SapphireCore.Fly - Needed to use /Fly
  • SapphireCore.Freeze - Needed to use /Freeze <Player>
  • SapphireCore.Withdraw - Needed to use /Withdraw (amount)
  • SapphireCore - Needed to use /Sapphirecore reload
  • SapphireCore.AntiMobAura - If you want to open the Anti Mob Aura Challenge
I will be giving 3 Vouch copies to high rep users. There are no vouch copies left.

NOTE: This plugin has only been tested on 1.8 it will work on 1.7 just make sure if your using 1.8 to use 1.8 sounds and same for 1.7 for the withdraw configuration. THIS HAS NOT BEEN TESTED ON 1.9+


V1.0 - Release
V1.1:

  • Added Anti Mob Kill Aura Challenges, When the user is grinding / killing mobs they will be faced with a challenge at complete random intervals. They must click the glowing item which is almost random to prevent being kicked / banned.
  • Fix some bugs
  • Mystery Mob Spawners WILL work without essentials still! But upon uncovering a spawner the name will just be 'Monster Spawner'. Planned to be fixed later on.

PROOF OF OWNERSHIP:
https://postimg.org/gallery/jt24msty/88e5ec5b/

PRICE: $10


So I have showed you guys everything you should need to see. If you wish to buy the plugin you may click this link: https://sellfy.com/p/3iGE/#


If you have any questions before you purchase or after purchase please add me either on Discord or Skype or simply PM me
Skype: TheCrystalStarinc
Discord: TheCrystalStar

Another Note: If you purchase v1.0 You will have access to all the new updates.
 

Attachments

  • SapphireCore.jpg
    SapphireCore.jpg
    59.8 KB · Views: 292
  • commands.png
    commands.png
    24.5 KB · Views: 303
  • Req.png
    Req.png
    26.4 KB · Views: 296
  • pictures.png
    pictures.png
    22.7 KB · Views: 291
  • noclose.PNG
    noclose.PNG
    9.3 KB · Views: 284
  • Screenshot (58).png
    Screenshot (58).png
    598.7 KB · Views: 284
  • Screenshot (59).png
    Screenshot (59).png
    578.6 KB · Views: 285
  • Screenshot (60).png
    Screenshot (60).png
    591.3 KB · Views: 289
  • Screenshot (61).png
    Screenshot (61).png
    463.9 KB · Views: 279
  • withdarw.PNG
    withdarw.PNG
    2.3 KB · Views: 288
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

jackskate

Setups & Configuration Specialist
Supreme
Feedback score
51
Posts
2,857
Reactions
975
Resources
0
Can I please have one of the vouch copy's?

Add me on Skype At jackc22212[DOUBLEPOST=1472614970][/DOUBLEPOST]
Vouch copy ?
Vouch copy's are normally for people with a lot of rep
 

TheCrystalStar

Banned
Feedback score
2
Posts
213
Reactions
65
Resources
0
If possible may I redeem a vouch copy?
I've Sent a download link[DOUBLEPOST=1472623392][/DOUBLEPOST]
Can I please have one of the vouch copy's?

Add me on Skype At jackc22212[DOUBLEPOST=1472614970][/DOUBLEPOST]
Vouch copy's are normally for people with a lot of rep
I PM'd you a download link[DOUBLEPOST=1472623463][/DOUBLEPOST]
GLWS!!! Looks Great!
Thanks, I plan on adding way more features and customizable options. Any suggestions towards an update?[DOUBLEPOST=1472623552][/DOUBLEPOST]
vouch copy?
Sorry, I've sent the last download link. No More Vouch Copies
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/thecrystalstar-scam-report.276555/)

MINERS

Supreme
Feedback score
3
Posts
118
Reactions
59
Resources
0
I've Sent a download link[DOUBLEPOST=1472623392][/DOUBLEPOST]
I PM'd you a download link[DOUBLEPOST=1472623463][/DOUBLEPOST]
Thanks, I plan on adding way more features and customizable options. Any suggestions towards an update?
Only Got One ./ts Shows the team-speak 3 Ip.
 

jackskate

Setups & Configuration Specialist
Supreme
Feedback score
51
Posts
2,857
Reactions
975
Resources
0
Vouch! Works great!
 
Status
This thread has been locked.
Top