Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #21 from CyberFlameGO/master
Browse files Browse the repository at this point in the history
Another pr for ya
  • Loading branch information
HeathLoganCampbell authored Feb 2, 2020
2 parents 150500e + 3be7832 commit 2c2738b
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# MinecraftBut
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VWG7DUFDRYXDA)
A Minecraft Plugin for youtubers such as BajanCandian, Skeppy, BadBoyHalo, A6D
The youtubers will spawn in a small world with the option to apply multiple different senerarios
A Minecraft Plugin created for YouTubers such as BajanCandian, Skeppy, BadBoyHalo, A6D
The YouTubers spawn in a small world with the option to apply multiple different senerarios

## Join the Discord server for support
[Join the Discord](https://discord.gg/cDSK9YF)
[Join the Discord](https://discord.gg/fx9Kg5N) (Note: You must be 13 years of age or older to use Discord)

## Reddit
[https://www.reddit.com/r/MinecratBut](https://www.reddit.com/r/MinecratBut)
[/r/MinecratBut](https://www.reddit.com/r/MinecratBut) (yes we know it's misspelt)

## Don't wanna set up the plugin yourself?
Join my server play.mcbut.net
Join my server `play.minecraftbut.net`

## Download
[Download the plugin](https://github.com/HeathLoganCampbell/MinecraftBut/releases/tag/1.7)
[Download the plugin](https://github.com/mcbut/MinecraftBut/releases)

It'll also be nice if you starred the project <3 (It pretty much means 'like' & it's free)

## Versions
Mainly we support [1.8.x](https://getbukkit.org/get/WAH0jXqYA2s3Gzzg3toWHG1R3lHNCNZY) & 1.14.x servers. Other versions are untested and support will generally not be provided when using other versions
Mainly we support [1.8.x](https://getbukkit.org/get/WAH0jXqYA2s3Gzzg3toWHG1R3lHNCNZY) & 1.14.x servers. Other versions are untested and support will generally not be provided when using other versions. I recommend TacoSpigot or PaperSpigot, but as a bare minimum I recommend you use Spigot over Bukkit or CraftBukkit.

## Videos
[Skeppy's video: Lava is rising - 558,119 views](https://www.youtube.com/watch?v=0dvbqzXiA_o)
Expand All @@ -28,6 +28,7 @@ Mainly we support [1.8.x](https://getbukkit.org/get/WAH0jXqYA2s3Gzzg3toWHG1R3lHN
[Skeepy's video: 1 Hit](https://www.youtube.com/watch?v=bpvQGu1cwlQ)
[Skeppy's video: Anvil rain](https://www.youtube.com/watch?v=IONiD9ZnqEg)
[Skeppy's video: the world decays](https://www.youtube.com/watch?v=I9PjCahtpzs)
[Skeppy's video: Minecraft, But Sunlight Kills You](https://www.youtube.com/watch?v=QW1dvp4xSE8)

## Senerario (Yes, I know it's spelt wrong haha)
* Lava is Rising
Expand Down Expand Up @@ -65,7 +66,7 @@ Command to view all credits and their YouTube channels:
* Configure the server how you want it in server.properties
* Then just drop the "MinecraftBut.jar" into the "/plugins" folder of the server
* Start the server and you're done
Sidenote: You could probably get away with using PaperSpigot or TacoSpigot, as they're variants of Spigot. I'm unsure of Bukkit and CraftBukkit, however.
Sidenote: You could probably get away with using PaperSpigot or TacoSpigot, as they're variants of Spigot. I'm unsure of Bukkit and CraftBukkit, however. Only Bukkit inherited "jars" are supported, so that means no Sponge etc. but modified spigot jars should be fine.

## Permissions

Expand Down Expand Up @@ -107,14 +108,14 @@ Note: senerarioId can be found in the lore of the item in the menu
```
Change the world that the plugin is running on, use case is just for Multiverse support

Note: I will not support the plugin running on multiple worlds at once, as it's out of the scope of common need of the YouTubers
Note: I will not support the plugin running on multiple worlds at once, as it's out of the scope of common need of the YouTubers, however I think it works in the Nether and The End.

## Features
[![Feature Requests](https://feathub.com/HeathLoganCampbell/MinecraftBut?format=svg)](https://feathub.com/HeathLoganCampbell/MinecraftBut)
[Feature Requests](https://feathub.com/HeathLoganCampbell/MinecraftBut)
Or request a feature on the Discord server

## Developers
## How To set up
## How To set up the work environment
https://youtu.be/l7zyhCOyD4A

## Tools used
Expand All @@ -130,7 +131,7 @@ A folder called "MinecraftBut" is now created, so from now on you can cd to thi
``git pull`` to download changes made

### Add a Senerario
Simply extend Senerario, like so
Simply extend Senerario, like so:
```java
public class DummyExample extends Senerario {
//This allows players to edit the field through the command
Expand Down Expand Up @@ -182,6 +183,8 @@ You can find more examples within [games.bevs.minecraftbut.senerario.senerarios]
## Download
[Download the plugin](https://github.com/HeathLoganCampbell/MinecraftBut/releases/tag/1.7)

## Contributing
If you modify this plugin in any positive way please consider submitting your changes as a pull request. After all, this is open-source.

## Donate
I don't expect anyone to really donate, but I have put time into this plugin.
Expand Down

0 comments on commit 2c2738b

Please sign in to comment.