GithubHelp home page GithubHelp logo

minecraft-server's People

Contributors

owu-1 avatar y2k04 avatar

Stargazers

 avatar

Watchers

 avatar

minecraft-server's Issues

Document datapacks

When we wipe worlds we want to know what datapacks are supposed to go in the new world

Backups not working

The backup container is supposed to make a .tar.gz backup of the worlds folder every day but this fails to a permission error. When I have time I'll play around with it a bit more. Could use a systemd service based on what I had before though but i'd rather a container. If messing around with this please backup the world and do it when no ones on.

minecraft-backup.service

[Unit]
Description=Daily minecraft backup

[Service]
Type=oneshot
Environment="TZ=Australia/Brisbane"

ExecStart=/bin/find /home/core/minecraft/smp/backups -type f -mtime +0 -exec rm {} \;
ExecStart=/bin/bash -c '/usr/bin/tar -czf /home/core/minecraft/smp/backups/$(date +"%%Y-%%m-%%d").tar.gz /home/core/minecraft/smp/data/{world,world_nether,world_the_end} \
    || ( export exitcode=$?; [[ $exitcode -eq 1 ]] || exit $exitcode )'

ExecStart=/bin/find /home/core/minecraft/hardcore/backups -type f -mtime +0 -exec rm {} \;
ExecStart=/bin/bash -c '/usr/bin/tar -czf /home/core/minecraft/hardcore/backups/$(date +"%%Y-%%m-%%d").tar.gz /home/core/minecraft/hardcore/data/{world,world_nether,world_the_end} \
    || ( export exitcode=$?; [[ $exitcode -eq 1 ]] || exit $exitcode )'

minecraft-backup.timer

[Unit]
Description=Run daily minecraft backup

[Timer]
OnCalendar=*-*-* 06:00:00 Australia/Brisbane
Persistent=true

[Install]
WantedBy=timers.target

DiscordSRV stack trace spam

When DiscordSRV cannot communicate with Discord, it spams the console with stack traces.
Related to DiscordSRV issue 1200

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.