Skip to content

Latest commit

 

History

History
123 lines (105 loc) · 4.42 KB

README.md

File metadata and controls

123 lines (105 loc) · 4.42 KB

mccs

This is to keep track of changes in the Octocrew Public Minecraft Community Server.

View CHANGELOG.md to view a history of all changes.

View Trello to see the current progress of changes.

  • Anything with a # is a comment that usually indicates the default setting.
  • Settings for plugins, datapacks, and other things are listed under "Currently Modified Settings or State".

Plugins

  • Grief Prevention
    • Allows users to create claims to protect their builds.
    • Everything inside the claim can not be destroyed by players without /trust.
    • Claim owner can give varying levels of claim access/trust.
  • Core Protect
    • Logs actions in game (blocks, chests, etc.) and allows rollback/recovery to varying degrees.
    • Currently used for:
      • Rollback on blocks due to cheaters but not due to griefing, as long as it doesn't rollback other users' progress.
      • Identifying who may have cheated due to x-ray or other cheats.
  • LuckPerms
    • Allows admins to manage command permissions.
  • HomeSpawn
    • Allows a user to set their home using the /sethome [name] command.
    • Allows a user to teleport to their home using the /home [name] command.
    • Allows a user to teleport to spawn using the /spawn command.

Datapacks

  • Craftable Shulker Shells: "Shulker Shell Shuffle"
    • Makes endermen drop chorus fruit
    • Adds recipe for shulker shells by using popped chorus fruit in a helmet pattern
    • Adds recipe for one ender pearl from a one chorus fruit
    • Recipes are added to the recipe book
  • Multiplayer Precentage Sleeping System
    • Allows a percentage of users to sleep instead of all players.
    • Rounds down (for example: 5 players online with 50% sleep only requires 2 to sleep).
    • Clear the weather for 999,999 seconds every time night is skipped (Not normal behavior. Can be changed back to normal behavior.).
    • Does not interfere with the phatnom timer.
    • Only considers players in the overworld for sleep.
    • Adds to time instead of resetting it to help with in-game days/time played.
  • Dragon Drops
    • Makes the ender dragon drop a dragon egg and elytra on every death.
  • Double Shulker Shells
    • Makes all shulkers drop two shells.

Currently Modified Settings or State

General World State

World Spawn: -37, 74, -510
World Border: -12500, -12500 to 12500, 12500

Minecraft

server.properties

sync-chunk-writes: false
player-idle-timeout: 30 # 15
difficulty: hard # normal
pvp: true
max-players: 100 # 10
max-world-size: 12500 # 29999984
function-permission-level: 3 # 4
view-distance: 10 # 10
motd: Octorew Community Server

Grief Prevention

config.yml

GriefPrevention:
  Claims:
    Claim Tool: WOODEN_SHOVEL # GOLDEN_SHOVEL
    InitialBlocks: 2304 # 100
    Claim Blocks Accrued Per Hour: 10 # 100
    Max Accrued Claim Blocks: 4608 # 2000
    AutomaticNewPlayerClaimsRadius: 7 # 4
    ModificationTool: WOODEN_SHOVEL # GOLDEN_SHOVEL
  FireSpreads: true
  FireDestroys: true
  MaxPlayersPerIpAddress: 5 # 3
  EndermenMoveBlocks: true
  SilverfishBreakBlocks: true
  CreaturesTrampleCrops: true
  HardModeZombiesBreakDoors: true
  Administrative Activity: true
  Muted Chat Messages: true
  AdminsGetSignNotifications: false

messages.yml

Messages:
  UnprotectedChestWarning:
    Text: This chest is NOT protected.  Consider using a wooden shovel to expand an
      existing claim or to create a new one. # Default: "golden shovel"
  MustHoldModificationToolForThat:
    Text: You must be holding a wooden shovel to do that. # Default: "golden shovel"
  RadiusRequiresGoldenShovel:
    Text: You must be holding a wooden shovel when specifying a radius. # Default: "golden shovel"

HomeSpawn

config.yml

Permissions:
  homespawn,player:
    Homes: 2 # 1
  homespawn,vip:
    Homes: 2 # 5
    TeleportDelay: 10 # 5
  homespawn,admin:
    Homes: 2 # 10
    TeleportDelay: 10 # 0