TryMe

EXCLUSIVE SpigotVIP TryMe 7.1.2.0

TryMe
◦•●❤♡ ᴄᴏɴᴛᴀᴄᴛ Dekomori on discord ꜰᴏʀ ꜱᴜᴘᴘᴏʀᴛ ♡❤●•◦

Native Minecraft Version:
1.19

Tested Minecraft Versions: 1.7 / .8 / 1.9 / 1.10 / 1.11 / 1.12 / 1.13 / 1.14 / 1.15 / 1.16 / 1.17 / 1.18 / 1.19

newlogo-4.jpg


As of 7.0.0.0 version you need CMILib for this plugin to function properly.


[IMG]

This is Question/Flash/Decode/Math game plugin, made to give your players some fun while they are mining :)

Game modes:
Question -
Players will have to answer minecraft'ish questions, first one gets reward (2 000 questions by default)
[IMG]

Flash - Players will have to repeat random string into chat, first one gets reward (unlimited)
[IMG]

Decode - Players will have to decode word or words from minecraft, first one gets reward (130 strings)
[IMG]

Math - Players will have to solve equations, first one gets reward
[IMG]

HangMan- Players will have to guess word by provided hint
[IMG]



[IMG]

Java 8 and up
Vault
CMILib


[IMG]


Main:
6 different
game modes (Questions/Flash/Decode/Math/HangMan/Custom)
Supporting Placeholder plugins like PlaceholderAPI and MVdWPlaceholderAPI
Holographic top list
(Requires CMI plugin)
Simple answers, just write into chat

[IMG]

Possibility to hide original players correct message and broadcast custom with his name and correct answer. Or you can hide original message ant custom, in this way no one will know ho answered and what
:)

HeroChat support - show in specific channel all questions and "grab" from them answers
Factions support - don't let to answer in faction chat mode, only in public chat
McMMO party/admin chat support
MineverseChat basic support
Posible minimal time amount need to pass after question is given to minimize posible bots answering questions in instant.
Possible to answer with command to avoid spam in chat

[IMG]


Unlimited number of rewards
Unlimited size of rewards
Set custom chance to get for each reward
Give players money
Give players Items with custom name, lore, enchantments. Full color code support
Execute custom commands
Toggle question and answer visibility in chat for each player
Broadcast custom message for reward. Full color code support
Show custom private message to winner. Full color code support
Code:
# Reward file
Example:
  # Reward category name
  Simplerewards:
  # This is example, real rewards below
    RewardName:
      Chance: 20
      # Chance to pick this question in percentage
      Money: 20
      # How much money to give player for correct answer
      Items:
      # Gives item by its id, metadata and quantity, you can give separate enchantments, lore or name (optional). All color codes are supported.
      # You can give more items just by adding next number
        '1':
          Id: 276
          Meta: 0
          Qty: 1
          Name: '&2Stone Sword'
          Lore:
          - '&bSpecial Prize'
          - '&bfor [player]'
          Enchants:
          - DAMAGE_ALL=1
          - FIRE_ASPECT=1
        '2':
          Id: 35
          Meta: 15
          Qty: 2
      Commands:
      # Executes command of your choice, while you can use variable [player] to get the winning players name
      - 'give [player] tnt 1'
      - 'give [player] apple 1'
      PrivateMessages:
      # Message will be shown ONLY to the winner. Full color code support. Multiple lines support
      - '&aYou just got some TnT'
      - '&cSorry, you didn''t win anything this time'
      Broadcasts:
      # Message to all server, if not defined, will broadcast default message. Full color code support Multiple lines support
      - '&3[player] &ajust got some TnT!'
      - '&3[player] &aGot tasty apple!'

Rewards:
  SimpleRewards:
    First:
      Chance: 10
      Money: 100
      Items:
        '1':
          Id: 272
          Meta: 0
          Qty: 1
          Name: '&2Stone Sword'
    Second:
      Chance: 20
      Money: 20
      Items:
        '1':
          Id: 276
          Meta: 0
          Qty: 1
          Lore:
          - '&bSpecial Prize'
          - '&bfor [player]'
    Third:
      Chance: 30
      Money: 10
      Items:
        '1':
          Id: 283
          Meta: 0
          Qty: 1
          Name: '&2Stone Sword'
          Lore:
          - '&bSpecial Prize'
          - '&bfor [player]'
          Enchants:
          - DAMAGE_ALL=1
          - FIRE_ASPECT=1
  BetterRewards:
    Fourth:
      Chance: 10
      Money: 10
      Commands:
      - 'give [player] tnt 1'
      PrivateMessages:
      - '&aYou just got some TnT'
      Broadcasts:
      - '&3[player] &ajust got some TnT!'
    Fifth:
      Chance: 10
      Commands:
      - 'give [player] apple 1'
      PrivateMessages:
      - '&aYou got a tasty apple'
    Sixth:
      Chance: 2
      PrivateMessages:
      - '&cSorry, you didn''t win anything this time'

Scheduler implemented for automatic start/stop at predefined time

Code:
Timer:
  '1':
    Mode: all
    From: '11:10:00'
    Until: '16:15:10'
    Interval: 10
    TimeForAnswer: 5
    Categories:
    - All
    Days:
    - All
    Rewards:
    - All
  '2':
    Mode: Flash
    From: '11:20:15'
    Until: '12:00:00'
    Categories:
    - All
    Days:
    - All
    Rewards:
    - All
  '3':
    Mode: Decode
    From: '16:00:25'
    Until: '17:00:00'
    Categories:
    - All
    Days:
    - All
    Rewards:
    - All
  '4':
    Mode: Decode
    From: '17:01:11'
    Until: '17:30:35'
    Categories:
    - All
    Days:
    - All
    Rewards:
    - All
  '5':
    Mode: Questions
    From: '18:00:00'
    Until: '20:00:00'
    Categories:
    - All
    Days:
    - All
    Rewards:
    - All

Sign top list support
To create signs in first line will be [tryme], second is game mode to show (qmode/dmode/fmode/mmode), third is what info to show (answers/average/besttime) and forth in what order (desc/asc). In example if you want to show top list of question mode in descending order by total answers, write like this:
[tryme]
qmode

answers
desc
[IMG]

Top player statistics

Fireworks after correct answer
[IMG]


ActionBars supported
[IMG]



UUID support
Mysql/SQLite support
Locale file with 100% of lines there is!

Titles and subtitles are supported
[IMG]



Quest mode:
175
minecraft questions be default
You can edit questions in game
Unlimited
number of possible questions with possibility to group them

Unlimited number of answers

Flash mode:
Unlimited
random strings for Flash game mode
[IMG]

Possible to define different categories with different hardness or use custom words

Decode mode:
Unlimited possible strings to use in Decode mode

Possible to define different categories with different hardness

Math mode:
Unlimited
possible equations made with specific configuration
Possible to define different categories with different hardness or use custom equations


HangMan mode:
Unlimited
possible words. By default there will be over 300 minecraft words to guess for players, but you can add as many as you want
Possible to define different categories with different hardness

Custom mode:
Game mode where you can define custom commands to be performed before and after question was answered correctly


[IMG]

/Tryme - Shows all possible commands information
/Tryme info - Shows information about questions for players

/Tryme - Shows all possible commands information
/Tryme info - Shows information about questions for players


[IMG]


/Tryme info - (with tryme.answers permission )Shows information about current question with answers

[IMG]


/Tryme next - Cancels current question and give another one
/Tryme top [gamemode] (-f answers/besttime/average) (-o asc/desc) - Shows Top players statistics
[IMG]

/Tryme qmode (-c QCat) (-r RCat)- Starts Question mode (Categories can be separated with comma to have multiple running at same time)
/Tryme fmode (-c QCat) (-r RCat) - Starts Flash mode(Categories can be separated with comma to have multiple running at same time)
/Tryme dmode (-c QCat) (-r RCat) - Starts Decode mode(Categories can be separated with comma to have multiple running at same time)
/Tryme mmode (-c QCat) (-r RCat) - Starts Math mode(Categories can be separated with comma to have multiple running at same time)
/Tryme hmode (-c QCat) (-r RCat) - Starts HangMan mode(Categories can be separated with comma to have multiple running at same time)
/Tryme cmode (-c QCat) (-r RCat) - Starts Custom mode(Categories can be separated with comma to have multiple running at same time)
/Tryme stop - Stops any mode currently running
/Tryme startsc - Starts scheduler for quiz
/Tryme stopsc - Stops scheduler for quiz
/Tryme signupdate - Manually updates signs
/Tryme add - Starts new question adding wizard
/Tryme edit [category] [questionName] - Starts wizard to edit question by its Id
/Tryme delete [category] [questionName] - Deletes question by given name
/Tyme toggle (playerName) - Toggles question and answer visibility for player
/Tryme reload - Reloads config files


Placeholders:

  • %tryme_current% Prints out current question if game mode is active
  • %tryme_remainingtime% Prints out remaining time for current game mode. Will return empty field in case question was answered
  • %tryme_user_answers% Returns total amount of correct answers user provided
  • %tryme_user_[mode]_answers% Returns correct answer count from player by provided game mode
  • %tryme_user_[mode]_best% Returns best time from player by provided game mode
  • %tryme_user_[mode]_average% Returns average time from player by provided game mode



[IMG]

For /answ and /answer use tryme.commandanswer
  • tryme.*:
    • description: Grants access to the ALL commands
    • default: op
  • tryme.command.add:
    • description: Grants access to the add command
    • default: op
  • tryme.command.next:
    • description: Grants access to the next command
    • default: op
  • tryme.command.delete:
    • description: Grants access to the delete command
    • default: op
  • tryme.command.stop:
    • description: Grants access to the stop command
    • default: op
  • tryme.command.info:
    • description: Grants access to the info command
    • default: true
  • tryme.command.stats:
    • description: Grants access to the stats command
    • default: true
  • tryme.answers:
    • description: Grants access to see answers with info command
    • default: op
  • tryme.command.stopsc:
    • description: Grants access to the stopsc command
    • default: op
  • tryme.command.startsc:
    • description: Grants access to the startsc command
    • default: op
  • tryme.command.qmode:
    • description: Grants access to the qmode command
    • default: op
  • tryme.command.dmode:
    • description: Grants access to the dmode command
    • default: op
  • tryme.command.fmode:
    • description: Grants access to the fmode command
    • default: op
  • tryme.command.hmode:
    • description: Grants access to the hmode command
    • default: op
  • tryme.command.cmode:
    • description: Grants access to the cmode command
    • default: op
  • tryme.command.mmode:
    • description: Grants access to the mmode command
    • default: op
  • tryme.command.signupdate:
    • description: Grants access to the signupdate command
    • default: op
  • tryme.command.edit:
    • description: Grants access to the edit command
    • default: op
  • tryme.command.toggle:
    • description: Grants access to the toggle command
    • default: true
  • tryme.command.toggle.others:
    • description: Grants access to the toggle command be used on other players
    • default: op
  • tryme.signs:
    • description: Grants access to create signs
    • default: op
  • tryme.commandanswer:
    • description: Grants access to answer with commands
    • default: default
Setup:
  1. Drag and Drop jar into your plugins folder
  2. Start and stop server for default files to be created
  3. Edit by your choice, start and enjoy

Latest updates

  1. 7.1.2.0

    7.1.2.0
  2. 7.1.1.3

    7.1.1.3
  3. N/A

    .

Similar resources

TryMe D
  TryMe 6.0.4.3
Most customizable Question/Flash/Decode/Math game plugin ever!
1.00 star(s) 1 ratings
Downloads
122
Updated
TryMe M
SpigotVIP  TryMe 6.2.3.0
Most customizable Question/Flash/Decode/Math/HangMan/Custom game plugin ever!
4.00 star(s) 1 ratings
Downloads
37
Updated
TryMe Dekomori
Most customizable Question/Flash/Decode/Math game plugin ever!
5.00 star(s) 5 ratings
Downloads
632
Updated
BlackSpigot General Chat
Rules Help Users
    K @ kamikazeLTU: I have liteccoin, do owners accept it for spigotvip?
    Top