Skip to content

Commit 033109e

Browse files
committed
Updated README
1 parent b034b14 commit 033109e

File tree

1 file changed

+24
-53
lines changed

1 file changed

+24
-53
lines changed

README.md

Lines changed: 24 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -21,48 +21,56 @@ This plugin was made by Amaury Carrade and Florian Cassayre; it is currently tra
2121

2222
## Features
2323

24-
The 1.8 version of minecraft has removed the items that corresponds to some unobtainables blocks in survival. Although their corresponding items doesn't exist anymore, the blocks still exist. You can place them by doing a `/setblock` command with some metadata arguments.
24+
The 1.8 version of minecraft has removed the items that corresponds to some unobtainable blocks in survival. Although their corresponding items doesn't exist anymore, the blocks still exist. You can place them by doing a `/setblock` command with some metadata arguments.
2525

2626
This plugin instances new items that transforms themselves into the desired special block when placed by a player.
2727

28-
![](http://amaury.carrade.eu/files/Minecraft/Plugins/BelovedBlocks/BB_Banner.png)
28+
![Banner](https://raw.carrade.eu/files/Minecraft/Plugins/BelovedBlocks/BB_Banner.png)
2929

3030
*Some of the seamless blocks featured by the plugin*
3131

3232
### Items
3333

34-
Each seamless block is represented by a similar item with a glowing enchantment effect (that can be disabled for each block in the [configuration](#configuration)). They also have a custom name (also configurable). The crafts are the same for the three blocks:
34+
Each seamless block is represented by a similar item with a glowing enchantment effect (that can be disabled for each block in the [configuration](#configuration)). They also have a custom name (also configurable). The crafts are the same for the four blocks:
3535

36-
![](http://amaury.carrade.eu/files/Minecraft/Plugins/BelovedBlocks/BB_Crafts_Stones.gif)
36+
![Crafting recipes for smooth double-slab blocks](https://raw.carrade.eu/files/Minecraft/Plugins/BelovedBlocks/BB_Crafts_Stones.gif)
3737

3838
The smooth log blocks can also be crafted using the same process, except with wooden logs:
3939

40-
![](http://amaury.carrade.eu/files/Minecraft/Plugins/BelovedBlocks/BB_Crafts_Logs.gif)
40+
![Crafting recipes for full-bark log blocks](https://raw.carrade.eu/files/Minecraft/Plugins/BelovedBlocks/BB_Crafts_Logs.gif)
4141

42-
Those crafts can be disabled.
42+
You are also able to craft nether portals...
4343

44-
All those items can be salvaged to get the materials back ; simply place an item in a crafting grid.
44+
![Crafting recipe for nether portals](https://raw.carrade.eu/files/Minecraft/Plugins/BelovedBlocks/BB_Crafts_NetherPortal.png)
45+
46+
...and End ones. (The amounts given for each crafting recipe can be changed in the configuration.)
47+
48+
![Crafting recipe for end portals](https://raw.carrade.eu/files/Minecraft/Plugins/BelovedBlocks/BB_Crafts_EndPortal.png)
49+
50+
Those crafts can be disabled, or given by permission.
51+
52+
All those items can be salvaged to get the materials back (except portals) ; simply place an item in a crafting grid.
4553

4654
### Stonecutter
4755

4856
The stonecutter is a tool that can smooth any of the three double slabs blocks. To use it, simply right click with this tool on the wished block and it will permute to a smooth block. Each use will decrease the item's durability by 1. The unbreaking enchantment does work when applied. The stonecutter can be crafted like shears in exceptions that the iron is replaced by diamonds:
4957

50-
![](http://amaury.carrade.eu/files/Minecraft/Plugins/BelovedBlocks/BB_Crafts_Stonecutter.png)
58+
![Crafting recipe for stonecutter](https://raw.carrade.eu/files/Minecraft/Plugins/BelovedBlocks/BB_Crafts_Stonecutter.png)
5159

5260

5361
The craft can be disabled.
5462

5563
The basic double slabs block → the seamless version of this block:
5664

57-
![](http://amaury.carrade.eu/files/Minecraft/Plugins/BelovedBlocks/BB_Stones_DoubleSlabs_Transformations.png)
65+
![Transformations](https://raw.carrade.eu/files/Minecraft/Plugins/BelovedBlocks/BB_Stones_DoubleSlabs_Transformations.png)
5866

5967
The process can be reverted (use the tool on a smooth block to turn it back into the original block).
6068

6169
### Saw
6270

6371
The saw is a tool that can move the bark around any of the six log blocks. To use it, simply right click with this tool on the wished log block to move the bark. The bark can have 4 different positions (tree of them follows, the tree axes and one has bark all around the texture). Each use will decrease the item's durability by 1. The unbreaking enchantment does work when applied. The saw can be crafted like this (the symmetric craft also works):
6472

65-
![](http://amaury.carrade.eu/files/Minecraft/Plugins/BelovedBlocks/BB_Crafts_Saw.png)
73+
![Crafting recipe for saw](https://raw.carrade.eu/files/Minecraft/Plugins/BelovedBlocks/BB_Crafts_Saw.png)
6674

6775
The craft can be disabled.
6876

@@ -83,58 +91,21 @@ The main command is `/belovedblocks`, or `/bb` (an alias).
8391
* `/bb give tool <stonecutter|saw> [receiver]`: gives the needed tool to you, or to the receiver.
8492
* `/bb give block <name> [amount] [receiver]`: gives the blocks of BelovedBlocks to you (or to the receiver), where `name` is one of the following:
8593
* `stone`, `sandstone`, `red-sandstone`, `quartz`;
86-
* `oak`, `spruce`, `birch`, `jungle`, `acacia`, `dark-oak`.
94+
* `oak`, `spruce`, `birch`, `jungle`, `acacia`, `dark-oak`;
95+
* `portal-nether`, `end-portal`.
8796

8897
Tip: use autocompletion.
8998

9099

91100
### Permissions
92101

93-
The permissions tree is the following one:
94-
95-
* `belovedblocks.give`
96-
* `tools`
97-
* `stonecutter`
98-
* `self`
99-
* `other`
100-
* `saw`
101-
* `self`
102-
* `other`
103-
* `blocks`
104-
* `stone`
105-
* `self`
106-
* `other`
107-
* `sandstone`
108-
* `self`
109-
* `other`
110-
* `red-sandstone`
111-
* `self`
112-
* `other`
113-
* `quartz`
114-
* `self`
115-
* `other`
116-
* `oak`
117-
* `self`
118-
* `other`
119-
* `spruce`
120-
* `self`
121-
* `other`
122-
* `birch`
123-
* `self`
124-
* `other`
125-
* `jungle`
126-
* `self`
127-
* `other`
128-
* `acacia`
129-
* `self`
130-
* `other`
131-
* `dark-oak`
132-
* `self`
133-
* `other`
102+
The permissions follows this logic: `belovedblocks.<give/use/craft>.<blocks/tools>.<item>[.<self/other>]`
134103

135104
As example:
136105
* to allow someone to give to himself only some smooth red sandstone, use the permission `belovedblocks.give.blocks.red-sandstone.self`;
137-
* to allow someone to give any block to anyone, use `belovedblocks.give.blocks`.
106+
* to allow someone to give any block to anyone, use `belovedblocks.give.blocks`;
107+
* to allow someone to use (place) double-stone-slabs, use `belovedblocks.use.blocks.stone`;
108+
* to allow someone to craft end portals,use `belovedblocks.craft.blocks.end-portal`.
138109

139110

140111
## Installation & configuration

0 commit comments

Comments
 (0)