Skip to content

Commit 4d1437b

Browse files
committed
fix: update readme and other things
1 parent 6719c80 commit 4d1437b

File tree

3 files changed

+13
-34
lines changed

3 files changed

+13
-34
lines changed

README.md

Lines changed: 11 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,21 @@
11
# r/place in Minecraft
22

3-
> r/place has ended. Thank you for the support! If you have any questions feel free to contact me on Discord: Cerus#5149
3+
> **r/place 2023 is live!** https://reddit.com/r/place
44
>
5-
> Unofficial r/place Minecraft server: place.cerus.dev
5+
> Unofficial server: place.cerus.dev
66
7-
Place is a collaborative project and social experiment hosted on the social networking site Reddit that began on April Fools' Day 2017 and was revived
8-
again after 5 years on April Fools' Day 2022. The experiment involves an online canvas located at a subreddit called r/place, which registered users
9-
could edit by changing the color of a single pixel from a 16-color palette. [Wikipedia](https://en.wikipedia.org/wiki/Place_(Reddit))
10-
, [Subreddit](https://www.reddit.com/r/place/)
7+
r/place is a collaborative project and social experiment hosted on the social networking site Reddit. Originally launched on April Fools' Day 2017, it
8+
has since been repeated again on April Fools' Day 2022, and is taking place for a third time on July 20, 2023. The experiment involves an online
9+
canvas located at a subreddit called r/place, which registered users could edit by changing the color of a single pixel from a 16-color
10+
palette. [Wikipedia](https://en.wikipedia.org/wiki/Place_(Reddit)), [Subreddit](https://www.reddit.com/r/place/)
1111

12-
![Gif of r/place in Minecraft](https://cerus.dev/img/rplace_gif.gif)
12+
![Gif of r/place in Minecraft (2022)](https://cerus.dev/img/rplace_gif.gif)
1313

1414
<hr>
1515

16-
## Update April 5
16+
## \> Update July 20 2023
1717

18-
r/place has officially ended. This plugin will now retire and maybe return if there ever is a third r/place. A timelapse function has been added that
19-
displays the complete history of the 2022 r/place event. Huge thanks to https://rplace.space/ ([u/risson67](https://risson.space), u/prosto_sanja) for
20-
the data!
21-
22-
To enable timelapse mode do the following:
23-
24-
1. Download the [latest release](https://github.com/cerus/minecraft-place/releases/download/1.2.0/minecraft-place.jar)
25-
2. Make sure you have at least one 16 x 16 screen
26-
3. Put the [new config contents](https://github.com/cerus/minecraft-place/releases/tag/1.2.0) into your `minecraft-place/config.yml` and
27-
set `timelapse.enable` to `true`
28-
4. Restart your server
29-
30-
<details>
31-
<summary>Image of the timelapse mode</summary>
32-
<img src="https://i.imgur.com/3ByHgcf.png" alt="Image of the timelapse mode">
33-
</details>
18+
r/place has opened again for a third time. This plugin has been updated to support the new "season". Just follow the installation instructions below.
3419

3520
<hr>
3621

@@ -40,7 +25,7 @@ The plugin connects to a Reddit websocket that controls the canvas. After authen
4025

4126
## Installation
4227

43-
**This plugin only works on 1.16.5 - 1.18.2 servers!**
28+
**This plugin only works on 1.20.1 servers!**
4429

4530
1. Download the plugin [here](https://github.com/cerus/minecraft-place/releases/download/1.2.0/minecraft-place.jar)
4631
2. Drop the plugin into your plugins folder
@@ -51,7 +36,7 @@ The plugin connects to a Reddit websocket that controls the canvas. After authen
5136
6. Edit the credentials and save
5237
1. See 'How to create a Reddit app' if you don't know how to get a client id and secret
5338
7. Restart your server again
54-
8. Build a 16 by 16 rectangle and place item frames ([like this](https://i.imgur.com/D5UAi5a.png))
39+
8. Build a 24 (width) by 16 (height) rectangle and place item frames ([like this](https://i.imgur.com/9jUYFZG.png))
5540
9. Go to the lower left corner, look into the middle of the lower left itemframe and type `/maps createscreen`
5641
10. Done! (Optional: Restart your server one last time)
5742

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>dev.cerus</groupId>
88
<artifactId>minecraft-place</artifactId>
9-
<version>1.2.0</version>
9+
<version>1.3.0</version>
1010

1111
<properties>
1212
<maven.compiler.source>16</maven.compiler.source>
@@ -64,12 +64,6 @@
6464
<version>3.7.1</version>
6565
<scope>provided</scope>
6666
</dependency>
67-
<dependency>
68-
<groupId>org.bukkit</groupId>
69-
<artifactId>craftbukkit</artifactId>
70-
<version>1.20.1-R0.1-SNAPSHOT</version>
71-
<scope>provided</scope>
72-
</dependency>
7367
</dependencies>
7468

7569
<pluginRepositories>

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ${project.artifactId}
22
version: ${project.version}
33
author: Cerus
44
main: dev.cerus.minecraftplace.MinecraftPlacePlugin
5-
api-version: 1.16
5+
api-version: 1.20
66

77
depend:
88
- maps

0 commit comments

Comments
 (0)