From f3d4f279cae001b5d338a7c08ca035fdc7d9e836 Mon Sep 17 00:00:00 2001 From: fulcanelly Date: Wed, 10 Apr 2024 21:04:53 +0300 Subject: [PATCH] refactor: fix typos --- README.md | 2 +- src/main/resources/config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e6787b..0c0696f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ That bug causes ender pearls to "forget" their owner if the player exits and re- I.e. this plugin helps ender pearls remember it's owner. -As a bonus it's adds ability to customize ender pearl behaviour such as allowing teleporting from other world +As a bonus it's adds ability to customize ender pearl behaviour such as allowing teleporting from other worlds ### How to install ? diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index c4027a3..4d901e3 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,6 +1,6 @@ # check-world - Verifies if the ender pearl and its owner are in the same world. # When disabled, it tries teleporting the player across worlds, -#which typically fails, causing continuous pearl regeneration +# which typically fails, causing continuous pearl regeneration # until the player enters the pearl's world, triggering teleportation. check-world: true