SUPPER SEASON [1.11.x-1.18.x] ⌚ Time | Season | Fishing icon

SUPPER SEASON [1.11.x-1.18.x] ⌚ Time | Season | Fishing -----

custom calendar day/month/year, 4 season each year, more fish, fishing contest





config.yml will be auto-updated

upload_2022-8-16_20-19-51.png

*Fishing contest
- A contest is hold for player competing by catching longest fish
- Can customize duration, hold-day (day in month), reward for 1st, 2nd, 3rd, others,...
- Commands:
+ /fishcontest: show infomation
upload_2022-8-16_20-19-57.png
+ /fishcontest start: (perm: season.fishcontest.manage): start a contest now
+ /fishcontest end (perm: season.fishcontest.manage): end started contest
upload_2022-8-16_20-21-19.png

* Help command: /season help
upload_2022-8-16_20-22-8.png

*More: show length in catch message:
upload_2022-8-16_20-23-58.png
Code (YAML):
Fish-caught:
  broadcast
: true
  message
: '&e&lFISHING | &a<player> &fhas caught &r<fish> (<length> )'

Donating to cheer me :3
upload_2022-8-16_20-51-2.png
----------, Aug 16, 2022

New options will be auto-updated on installing new version

* Fix Error:
- Cause on placing item don't have length into fish shop

* Always day/ night:
+ Always-night: the dark world, don't have day (hard mode)
+ Always-day: bright world, don't have night (peaceful mode)
----------, Jul 30, 2022

- delete your old fish.yml for all options -

* Fix Error:
- Sometime you installed Vault but SupperSeason can't hook this. I can't fix it but i have solution for it, after i download essentialsX it hooked :V
*Download one of them for Vault working (recommend EssentialsX)
iConomy (4/5/6) BOSEconomy *6/7), EssentialsEcon, 3Co, MultiConomy, MineConomy, EconXP, eWallet, CurrencyCore, XPBank, CraftConomy, AEco, SDFEconomy, TAEcon

* Fish - Trigger && Custom model data:

- File fish have more 3 new options.
+ fish > icon > data: custom data model, only work for 1.14+
+ fish > trigger > caught: run commands on caught this fish
+ fish > trigger > eat: run commands on eat fish.
- Special placeholder for commands:
+ %p : player who caught, eat fish
+ %rp: random a online player
+ %ird#: random a integer number from 0 to #
+ %drd#: random a real number from 0 to #.00
- Always have a space in the end of trigger line.
----------, Jul 17, 2022

- delete old config.yml for all options -
Download Vault for best efficency.

*Fishing:

- New feature allow to add more fish to minecraft (infinity)
- Added 20+ fishes.
- Fully config about rarity, length of fish, variety of fishes per season.
- Broadcast on caught a fish
upload_2022-7-10_22-1-29.png

*Fish Shop (Hook into Vault)
- Sell fish for money based on rarity and length
- Easy way to find money :Đ
- /fishshop to open fish shop where you sell caught fish
----------, Jul 10, 2022

*Fix Error:
- Double crops affect on Hopper

*I'm too busy for upgrading
----------, May 8, 2022

- Delete old config.yml for all new options -

*Fix Error:
- Command (on night, new-day,...) not having <player> don't working

*Change some thing:
- Test mode removed
- Allow to set real time per day (default is 24000 ticks) and how many parts a day divided into (default is 20)
[Hint: set day part to 100 or more for smooth bossbar] upload_2022-4-30_22-13-30.png
Code (YAML):
day-cycle : 24000                             # ticks; 1 second = 20 ticks
day-parts
: 20
----------, Apr 30, 2022

- Delete old config.yml for all new options -

* Black List Worlds
Code (YAML):
Blacklist-World :         #worlds that season, effect not work
- 'world_nether'
- 'theend'
Disable season, season effect, time bar in these world
See worlds in server folder.

* More Commands Runner
commands
which run on season-come
Code (YAML):
Commands:
  spring-come
:
 - 'say spring!'
  summer-come
:
 - 'say summer!'
  autumn-come
:
 - 'say autumn!'
  winter-come
:
 - 'say winter!'
----------, Apr 26, 2022

- Delete old config.yml for all options -

*Fix Error:
- double crops ( sugar canes) doesn't work.

*Tired:
upload_2022-4-9_22-2-38.png
Earn a lot of debuff in night if player doesn't sleep. Can toogle, change message in config.yml.

*Change:
- Can toogle on/off bossbar (see in config.yml)
----------, Apr 9, 2022

- Delete old effect.yml for all new options -

*Fix error:
- Double ores, crops don't work

*Change some stuff:
- List of plants will dead each season ( Dead Plant effect)
before
Code (YAML):
dead_plant:
  chance
:
    spring
: 0
    summer
: 10
    autumn
: 40
    winter
: 100
after
Code (YAML):
dead_plant:
  chance
:
    spring
: 0
    summer
: 10
    autumn
: 40
    winter
: 100
  type
:
    spring
: [ ]
    summer
:
   - 'CROPS'
    autumn
:
   - 'CROPS'
    - 'POTATO'
    - 'CARROT'
    winter
:
   - 'CROPS'
    - 'PUMPKIN'
    - 'POTATO'
    - 'CARROT'
    - 'MELON'
    - 'SUGAR_CANES'
- Each fortune level add more drops ( Double ores, double crops effect)
- Disable to bug: place and break ores, crops again
- Remove crops list will be double, add chance to double each season
before
Code (YAML):
double_crops:
  chance
: 40
  type
:
    spring
:
    - 'CROPS'
    - 'PUMPKIN'
    - 'POTATO'
    - 'CARROT'
    - 'MELON'
    - 'SUGAR_CANES'
    summer
:
   - 'CROPS'
    - 'POTATO'
    - 'CARROT'
    autumn
:
   - 'CROPS'
    winter
: [ ]
 
after
Code (YAML):
double_crops:
  chance
:
    spring
: 100
    summer
: 80
    autumn
: 60
    winter
: 10
----------, Apr 2, 2022

*More minecraft version:
infact, last SupperSeason can run on 1.14 and 1.16 :v
I test some times so i don't sure does it right.

*Fix Error:
- cause on config message only one line

*Placeholder:
require PAPI
%supperseason_ season%: show season
%supperseason_day%: show day

%supperseason_ month%: show month
%supperseason_year %: show year
----------, Mar 19, 2022

*Fix Bugs:
- i forget to delete some code, so when you place block, you can see block's type like this:
[​IMG]

*Perfect Reloading:
- In last update patch, i said " change effect in season should use /reload", now just use /season reload
----------, Mar 2, 2022

*Delete old files for all options*
(config.yml, effect.yml)

*Change some stuff:
- File name: FourSeason --> SupperSeason
- Plugin name (see in /pl): FourSeason --> SupperSeason
- More options in config.yml
  • Bossbar settings: color, style
  • Commands which run on new day
- Some effect: replaced duration to period options

*More Effect: (see in effect.yml)
- Slow Growing: make your plant grow more slowly.
- Dead Plant: make your plant dead? Just for crops (not wood tree).

*Reload Command:
- /season reload: reload plugin, some files
Hint: change effect in season should use /reload
----------, Feb 26, 2022

I'm sorry, i'm so busy cleaning and decorating my house so i make this so carelessly, i don't know does it have any error :v, if it do, may i fix it after TET
- Delete old config file for having all new options -

*Fix Error:
- caused on Summer

*New mechanic:
- Now, you can choose which effect should be avaialbe in each season (config.yml),
- I will write wiki soon,

*More Effect;:

- Disable Seeds: disable to plant some plants per season.
- Bright: give player night vision effect.
- Darkness: give player blindness effect.


upload_2022-1-31_19-45-34.png
Credit: Internet​
----------, Jan 31, 2022

upload_2021-12-11_18-5-32.png
Add two enchantments
: (only add by command)
- Warm: ignore freezing, decrease cold water effect
- Cool: ignore hot weather, decrease sweating effect

Command:
/season enchant <enchantment>:
enchant your item (they only work on armor)

Permission: season.enchant
----------, Dec 11, 2021

*Fix errors:
Server doesn't have any player make plugin not run
After a day cycle, plugin causes error
*More season features:
❀ Springs:
+ Have change gain regenaration during the day time​
☀ Summer:
+ Full armour make you sweat, feel weakness
+ Walk in sand has chance to be damaged​
☁ Autumn:
+ Cool water, being in water make you slow
+ Have change Increase movement speed during the day time​
❄ Winter:
+ Cold water, being in water make you extremely slow
+ All water may be freeze, can't use (by bucket)​
*Keep-inventory system:
Day, death doesn't drop item. Night, death drops items.​
*Update File:
config.yml
Code (YAML):
logger : true
test_mode
: false                                 #set it true if you want a day cycle is two minutes
keep_inventory_system
: true             #day keep, night non keep

Messages
:
  newDay
: '&aNew day has started!'
  Night
:
 - '&4The night has came! &c (non keep! )'
  - '&aFind a place to hide'
Season
:
  #from January to March
  spring
:
    name
: '&dSpring'
    double_crops
: 75             #percents
    regen_effect
:
      chance
: 50
      duration
: 20
      tier
: 1
  #from April to June
  summer
:
    name
: '&6Summer'
    double_crops
: 60
    hot_weather
:
      ignite_effect
:
        duration
: 80                   #ticks
      message
: '&6Burning!!'
    sweating
:
      weakness_effect
:
        duration
: 20
        tier
: 0
    burn_sand
:
      chance
: 20
      damage
: 0.2
  #from July to September
  autumn
:
    name
: '&3Autumn'
    double_ores
: 40
    wind_boost
:
      speed_effect
:
        chance
: 50
        duration
: 20
        tier
: 1
    cool_water
:
      slow_effect
:
        duration
: 40
        tier
: 2
  #from October to December
  winter
:
    name
: '&bWinter'
    freezing
:
      message
: '&9Freezing!!'
      slow_effect
:
        duration
: 80
        tier
: 1
    cold_water
:
      slow_effect
:
        duration
: 40
        tier
: 4
    icy
:
      enable
: true
      message
: '&cThe water was freeze!'
----------, Dec 2, 2021

Add some message, title in summer, winter
Autumn: has change to double ore drops (coal, iron, gold, lapis, redstone,...)
Update file: config.yml
Code (YAML):
logger : true

Messages
:
  newDay
: '&aNew day has started!'
  Night
:
 - '&4The night has came!'
  - '&aFind a place to hide'
Season
:
  #from January to March
  spring
:
    name
: '&dSpring'
    double_crops
: 75             #percents
  #from April to June
  summer
:
    name
: '&6Summer'
    ignite_effect
:
      duration
: 80                   #ticks
    double_crops
: 60
    message
: '&6Burning!!'
  #from July to September
  autumn
:
    name
: '&3Autumn'
    double_ores
: 40
  #from October to December
  winter
:
    name
: '&bWinter'
    slow_effect
:
      duration
: 80
      tier
: 1
    message
: '&9Freezing!!'
----------, Nov 29, 2021

Resource Information
Author:
----------
Total Downloads: 5,075
First Release: Nov 27, 2021
Last Update: Aug 18, 2022
Category: ---------------
All-Time Rating:
7 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings