[15% OFF] Olloz Says [40+ games!] - A modern yet familiar, Minecraft-adapted Simon Says game icon

[15% OFF] Olloz Says [40+ games!] - A modern yet familiar, Minecraft-adapted Simon Says game -----

A Simon Says minigame, with 40+ missions, simple setup and extreme fun!




Actually fixes titles (promise!) on 1.21
----------, Jul 27, 2024

Updates adventure to support 1.20.5+
----------, Jul 25, 2024

Update adventure for titles and clickable messages (1.20.5+)
----------, Jul 25, 2024

A hotfix for a version issue
----------, Jul 21, 2024

This version adds support for Minecraft 1.21
----------, Jul 11, 2024

This version adds full support for Minecraft 1.20.6
----------, Jun 10, 2024

This release adds two of the most requested features!
  1. Player statistics. Player stats such as wins, losses and tasks finished are now stored and persisted.
  2. Leaderboards. You can display top players now! They only support wins for the time being. More statistics will be added upon request.
  3. Bungee mode. You can turn your server into a single-arena server with Bungee mode.
Bungee settings:
Code (YAML):

# Bungee-mode settings.
#
# Bungee-mode will turn your server into a single-arena server. Players
# who join the server will automatically be put in the arena, and if a
# player attempts to join a server where the game is active, they will
# be denied.
Bungee
:

  # Whether is the Bungee mode enabled or not
  Enabled
: false

  # Displayed on the disconnect screen when no arena
  # is available for the player to join.
  NoAvailableArena
: "&cYou can't join now!"

  # The bungee server to warp to
  WarpToServer
: "lobby"

  # The motd displayed on the server list depending on the arena
  # stage
  Motd
:
    Waiting
: "&a >> Waiting <<"
    Countdown
: "&b >> Countdown <<"
    Active
: "&c >> Game Active <<"
    Regenerating
: "&2 >> Regenerating <<"
    Disabled
: "&7 >> Disabled <<"
    Not_Setup
: "&7 >> Arena needs setup <<"
 
Leaderboard settings:
Code (YAML):
# Leaderboard settings
Leaderboards
:

  # Are leaderboards enabled?
  #
  # Default value: true
  Enabled
: true

  # The format, in which PlaceholderAPI will replace the placeholder with.
  #
  # This is used in the 'format' PAPI request (see below).
  #
  # PAPI expression are formed like the follows:
  # %ollozsays_<statistic>_<position>_<request>%
  #
  # Example: %ollozsays_top_wins_1_name%
  # Example: %ollozsays_top_wins_1_format%
  #
  # There are 4 requests through PAPI:
  # ==
  # name: The name of the top #n in the stat
  # pos: The position of the top #n in the stat
  # score: The score of the top #n in the stat
  # format: The format below (to allow more than 1 thing in a single request)
  # ==
  #
  # Inner placeholders:
  # {pos} - The player position
  # {player_name} - The player name
  # {score} - The player's score in this stat
  Format
: "&e{pos}. &b{player_name} &7- &e{wins}"
 
----------, Apr 27, 2024

Updated the commands library to include a few bug fixes in commands with weird characters.
----------, Apr 6, 2024

  • Fixed parkour task
  • Fixed a few bugs in the task engine
----------, Mar 24, 2024

Prompts the user to run /ollozsays whydisabled <arena> when they try to join an arena
----------, Mar 18, 2024

  • Updated XSeries library
  • Updated adventure
----------, Mar 8, 2024

  • Updated to support 1.20.X materials, sounds, and entities
  • Updated ProtocolLib to support 1.20.X
  • Updated libraries to support 1.20.X
  • Lots of code cleanups and bug fixes
----------, Jan 31, 2024

  • Updated to support 1.20.X materials, sounds, and entities
  • Updated ProtocolLib to support 1.20.X
  • Updated libraries to support 1.20.X
  • Lots of code cleanups and bug fixes
----------, Jan 30, 2024

This release adds support for future 1.20.X versions.

Note: The plugin requires ProtocolLib. OllozSays supports 1.20, but ProtocolLib doesn't (yet). Hence, OllozSays won't work until ProtocolLib does.

Since it's only used for spectating, it may no longer be required in the future (with the backside of losing spectating, which nobody uses anyway)

Sorry!
----------, Jul 26, 2023

  • Adds support for Minecraft 1.19.4
  • Fix the auto-installer for ProtocolLib to use the new endpoints
  • Update the commands system
----------, Apr 27, 2023

  • Fixed the "java.lang.NoClassDefFoundError: com/mojang/brigadier/arguments/ArgumentType" error on 1.8.X versions
  • Updated adventure libraries to support clickable messages on the newest versions.
----------, Jan 23, 2023

  • Updated XSeries to 9.2.0 (latest) to support the very latest Minecraft materials, enchantments, sounds and potions
  • Updated commands to work natively on 1.19.2+ (requires Paper!)
  • Fixes in Bee Mayhem and Get Into Minecart tasks
  • Internal updates to improve support for future versions
----------, Jan 21, 2023

Fixes
  • Click the wool task now works fully on 1.13+ versions. Support for older versions may be added if deemed necessary.
  • Milk the cows task will block buckets filling from the same cow.
  • Shoot the slimes task will no longer allow players to shoot each other
  • Tasks that require sponge blocks will now mark the arena as "not ready" if sponge blocks were not set
    - This will prevent people wondering why certain tasks are not working
  • Fast maths and Click the color tasks will not send a ghost title now
  • Titles will now send across all versions even if players connect using ViaVersion
  • Parkour commands used to send an incorrect "parkour.schem does not exist" when the arena did not have a center set.
Additions
  • Colorful autocompletions!
  • Better help menu
Changes

The plugin changed the paths of a few commands to fit into the category it belongs in:
  1. /ollozsays blocks -> /ollozsays arena blocks
  2. /ollozsays arena parkourfinish -> /ollozsays arena parkour finish
  3. /ollozsays arena parkourspawnpoint -> /ollozsays arena parkour spawnpoint
  4. /ollozsays testparkour -> /ollozsays arena parkour test
  5. /ollozsays editbuilding -> /ollozsays arena editbuilding
  6. /ollozsays whydisabled -> /ollozsays arena whydisabled
----------, Jul 8, 2022

A small patch that allows the plugin to register Minecraft 1.18.2
----------, May 18, 2022

Fixed a few incompatibility issues with 1.18. Supposedly fixed arenas saving issue
----------, May 18, 2022

Patch a few issues with YAML
----------, Mar 6, 2022

Fixed an issue where spawn-points would believe they're filled when they're not.
----------, Feb 1, 2022

Fix comments duplicating in 1.18+
----------, Jan 26, 2022

Some changes applied to the schematic's loading cycle to ensure a fail-safe, portable and cross-version supported loading.
----------, Jan 24, 2022

A minor fix in config
----------, Jan 20, 2022

Due to some weird implementation of titles on 1.17+, subtitles that had no title would not get displayed. This update substitutes "no titles" with empty titles to workaround this behavior.
----------, Jan 5, 2022

  • Full support for Minecraft 1.18.x
  • Minor bug fixes to ensure working with Java 17
  • Updated some libraries to provide permanent support for Minecraft 1.18
  • Fixed some issues with libraries and ProtocolLib auto-installation.
----------, Dec 19, 2021

This release came to fix a fair amount of repeatedly reported bugs
  • Fixed dragon egg sometimes not getting removed
  • Fixed netherrack not returning to the original block in the avoid lightning task
  • Allegedly fixed the libraries error
  • Fixed hunger loss in waiting/countdown
  • Fixed block placing and block breaking in waiting/countdown
----------, Sep 28, 2021

Fixed a bug in missing implementation for 1.17 in the last version.
----------, Sep 14, 2021

  • Fixed regenerating not working correctly on 1.8-1.12.2 when using FastAsyncWorldEdit.
  • Fixed issues in classloading which prevented other plugins from accessing the Olloz Says API.
  • Fixed the CancelledDamageInWaiting.
----------, Aug 21, 2021

This release fixes all incompatibilities with FastAsyncWorldEdit, across all versions.
----------, Aug 12, 2021

Add %ollozsays_total_playercount% with placeholder API.
----------, Aug 3, 2021

This version fixes the following:
  • Potions tasks in 1.8.8
  • Minecart tasks in 1.8.8
  • Java 9 - 16 on 1.8.8 - 1.12.2 versions
  • Fill your inventory task not checking correctly
  • Inventory-related rewards not working earlier
----------, Jul 26, 2021

This update introduces full support for Minecraft 1.17.
Make sure you update ProtocolLib!
----------, Jun 18, 2021

  • Fixed task messages not being shown in 1.16 versions
  • Fixed rewards being given when the arena ends unexpectedly
  • Fixed countdown issues
  • Reduced start-up time
----------, Jun 8, 2021

Fixed a bug in the shear-the-sheep task.
----------, Jun 2, 2021

  • Fixed the pigs task
  • Fixed an error in the events
  • Fixed an incompatibility with 1.8.8 and 1.12.2
----------, Jun 1, 2021

Fixed dropped items from tasks
----------, May 30, 2021

This release offers full Java 16 support, which was buggy earlier due to changes in classloading semantics.
----------, May 28, 2021

Resource Information
Author:
----------
Total Downloads: 117
First Release: May 27, 2021
Last Update: Jul 27, 2024
Category: ---------------
All-Time Rating:
13 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings